summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-10configure_networking(): work with empty DEVICE stringmaximilian attems
initramfs-tools currently requires a device to be hard-coded, but this is not much use if the network device is not known ahead of time. If the device specified in either /etc/initramfs-tools/initramfs.conf or on the ip=xxx kernel command line. usefull for multiple net devices. Based on patch by Tim Small <tim@seoss.co.uk> Closes: #566295, #575766 Reviewed-by: Vagrant Cascadian <vagrant@freegeek.org> Signed-off-by: maximilian attems <maks@debian.org>
2010-04-10initramfs-tools.8: document BOOTIF variablemaximilian attems
Signed-off-by: maximilian attems <maks@debian.org>
2010-04-10initramfs-tools.8: cryptopts param gonemaximilian attems
since a while already, rm ref. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-10init: add BOOTIF bootargVagrant Cascadian
as mentioned by Christoph Bussenius in #535008, it does appear that setting BOOTIF from the value in /proc/cmdline is needed. at the time i wrote the patch, i'm not sure it was, but it definitely is now. with these patchese applied, it seems to work. at least for the moment. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-10configure_networking: pxelinux BOOTIF fixesVagrant Cascadian
looks like i missed a few things on implementing BOOTIF support properly. somehow i managed to get the order of the mac address backwards. i know i tested it many times.. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-10mkinitramfs: use -9 for lzopbert schulze
"You do want to use -9 as far as LZO is concerned. The compression ratio is way better, and the extraction time is actually *not* related to the compression level" Albin Tonnerre already pointed that out to Maximilian, forgot to put you on CC. Let's keep the gzip "speed enthusiasts" happy and enable -9 for lzop only. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-09mkinitramfs: add LZO supportbert schulze
Albin Tonnerre sent a patch fixing the initramfs LZO decompression, so heres my fix for initramfs-tools to have compete compression support. Tell me if you want me to open a new bugreport. On a side note: this will only work with a patched kernel (might be upstream with 2.6.34), its a good idea to include a warning for those running 2.6.33 from experimental [ adding it on TODO of Lenny linux-2.6 2.6.32 ] Signed-off-by: maximilian attems <maks@debian.org>
2010-04-09initramfs-tools.8: Mention /scritps/functionsmaximilian attems
Add direct reference to the file before dicussing the functions. Reported-by: Christoph Anton Mitterer <calestyo@scientia.net>
2010-04-08debian/control: remove findutils Breaksmaximilian attems
newer findutils got uploaded to experimental ( and it was in principle findutils, who broke initramfs ;) Signed-off-by: maximilian attems <maks@debian.org>
2010-04-08mkinitramfs.8: Fix wrong sourcing in boot scriptmaximilian attems
Closes: 545728 Reported-by: Christoph Anton Mitterer <calestyo@scientia.net> Signed-off-by: maximilian attems <maks@debian.org>
2010-04-08hook-functions: copy_modules_dir() small simplificationsmaximilian attems
use meaningful variable name. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-08hook-functions: manual_add_modules simplifymaximilian attems
use meaningful variable s/mam_x/kmod/ loop directly on the modinfo output. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-08release 0.94.4maximilian attems
2010-04-08init: fix hardcoded resume handlingmaximilian attems
got confused in course of #572858, uppercase is for hardcoded device strings as here, pick up RESUME and not resume from config file. Closes: #576700 Signed-off-by: maximilian attems <maks@debian.org>
2010-04-08init: fix hardcoded resume handlingmaximilian attems
got confused in course of #572858, uppercase is for hardcoded device strings as here, pick up RESUME and not resume from config file. Closes: #576700 Signed-off-by: maximilian attems <maks@debian.org>
2010-04-08release 0.94.3maximilian attems
2010-04-08debian/control: Add Breaks against experimental findutilsmaximilian attems
(closes: #576677)
2010-04-08debian/control: Add Breaks against experimental findutilsmaximilian attems
(closes: #576677)
2010-04-08debian/script: add generated resume param to bugmaximilian attems
/etc/initramfs-tools/conf.d/resume is often to be seen. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-07bug script: include sizes of generated initramfsmaximilian attems
usually gives a good indications when things go wrong.
2010-04-07mkinitramfs: On verbose indication what we rmmaximilian attems
not a fix for #576677, but at least some indication. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-07mkinitramfs: Fix several unbound variablesmaximilian attems
might not be all, but a first go in stricter mkinitramfs. as bonus remove old amusing unused varialbe from day 2.. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-07update-initramfs: Use nounsetmaximilian attems
better catch errors early.. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-07mkinitramfs: guard against empty EXTRA_CONFmaximilian attems
nothing there to see allmost.. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-07mkinitramfs.8: Add information about $TMPDIR environment variableAxel Beckert
This documents problem with noexec mount options and fixes: BTW: The information about mkinitramfs looking at $TMPDIR is missing in the mkinitramfs(8) man page. Looked there (mostly for commandline options) before reporting that bug. But even searching for "TMP" in there now didn't find any hint on that. [ s/must/should/, date ] Signed-off-by: maximilian attems <maks@debian.org>
2010-04-06release 0.94.2maximilian attems
2010-04-06debian/control: really fix that break list.maximilian attems
2010-04-06debian/control: really fix that break list.maximilian attems
2010-04-06amend Breaks for mdadmmaximilian attems
recommend way by dpkg maintainer, need to test.
2010-04-06amend Breaks for mdadmmaximilian attems
recommend way by dpkg maintainer, need to test.
2010-04-06mkinitramfs: Use TMPDIR definitionmaximilian attems
mktemp has marked the "-t" option as depcrecated, support TMPDIR. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-06release 0.94.1maximilian attems
just the relevant fixes
2010-04-06debian/control: Fix Breaks version comparisonmaximilian attems
needs to include current sid versions.
2010-04-06debian/control: Add a breaks mdadmmaximilian attems
hadn't checked that boot script before upload, see #576641. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-06debian/control: Fix Breaks version comparisonmaximilian attems
needs to include current sid versions.
2010-04-06debian/control: Add a breaks mdadmmaximilian attems
hadn't checked that boot script before upload, see #576641. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-06mkinitramfs: check only once for existing lddmaximilian attems
no point to recheck on every copy_exec. now copy_exec starts to get redable.. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-06hook-functions: refactor copy_execmaximilian attems
try to have an easier logic flow, also: * fail if wanted source does not exist * do not overwrite, no point in warning this add FIXME's to point missing /lib64 symlink parts. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-06update TODO listmaximilian attems
to bring forward current known issues.
2010-04-05release "Little Bang 0.94" initramfs-toolsmaximilian attems
2010-04-05NEWS: shorten and rephrasemaximilian attems
concerning framebuffer boot script: "I don't think regular users need to see this; the maintainers of those packages can read the changelog." Reviewed-by: Ben Hutchings <ben@decadent.org.uk>
2010-04-05prepare release 0.94maximilian attems
add changelog and NEWS Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05initramfs-tools.8: Document netconsole bootparammaximilian attems
got missed when adding the support. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05debian/control: Add a breaks cryptsetup.maximilian attems
see 576488, for report. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05mkinitramfs: be silent if no map was generated in first placemaximilian attems
no need to spam people with: rm: cannot remove `/tmp/mkinitramfs_jWCE0R/lib/modules/2.6.33-2-amd64/modules.*map': No such file or directory Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05initramfs.conf.5, update-initramfs.conf.5: Add FILES section.maximilian attems
allows to pointing to themselves. (closes: #565386) Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05examples: shipp old framebuffer boot scriptmaximilian attems
people might want to use that. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05modernize docs to todays standardsmaximilian attems
seems nobody had a look since longer, nuke useless cpiogz for now, we may want resurrect that later. Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05hooks/klibc: Keep gzip in initramfsmaximilian attems
merge from 0.92bubuntu1 Signed-off-by: maximilian attems <maks@debian.org>
2010-04-05init: export BOOT for casper and friendsmaximilian attems
merge from 0.92bubuntu9 Signed-off-by: maximilian attems <maks@debian.org>