Age | Commit message (Collapse) | Author |
|
they cause funny sleep error messages:
aka you can't sleep "bar" time ;)
take into account that subsecond sleeps are ok.
thanks david for the idea, gone for the q&d regex check.
|
|
* Change copy_exec to use the same source and
destination path if only one argument is given.
* document how copy_exec determines the target path.
This also fixes a minor bug, these two commands:
copy_exec /some/thing /thing
copy_exec /some/other/thing /thing
Would previously print (note the incorrect path):
W:copy_exec: Not copying /some/other/thing to $DESTDIR/thing/thing...
|
|
the cryptsetup scripts parse /proc/cmdline themselves
(even in the Etch version).
|
|
* add example section
* be more explicit that update-initramfs is a wrapper around mkinitramfs
and what it does
|
|
* add a first shoot that survives ide, scsi boot testing
nfs still needs work
let's see what other testers have to say
* next step is to cut on the added libs for smaller initramfs
enhances boot speed due to smaller initramfs for tuning freaks,
others might still be better off with safe MODULES=most setting.
|
|
- missing colon in closes
|
|
- remove legacymdadm
- source hook-functions in legacylvm
|
|
|
|
tested both on my laptop as on qemu
ubuntu merge
|
|
needs the -regextype posix-extended switch for find,
also it seems 0.86 disgarded uselessly uppercase scripts
(they might be distasteful ;)
|
|
- add changelog entries to david changes
- change to my new debian.org email adresses in manpages too
- module list is alphabetic
|
|
|
|
Zumstrull for the suggestion)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
disallows modules loading inside of the initramfs.
|
|
|
|
|
|
check prereqs with the same set of checks for valid boot scripts
|
|
|
|
document valid script names
|
|
|
|
allows non-root user creation of initramfs :)
|
|
fixes permissions of created device /dev/root for lilo boots:
brw------- 1 root root 8, 1 2007-04-06 09:28 /dev/root
note: this is on trunk aka master, need to create etch branch too.
|
|
* don't panick on backup files on boot, just ignore them
* don't include backup file in initramfs
* cleanup changelog
this is quite a fundamental change need to double check
that it works on nfs root too.. :)
|
|
better test for $RESUME handling
|
|
restore_initramfs(): verbose output before action
|
|
restore initramfs on failure path
|
|
* kick mdrun script
* update control for lenny + ubuntu
* add _all_ ide, block and drivers
* use MODPROBE_OPTIONS and kill any modprobed arg
* small doc + whitespace fixes
|
|
- add drivers/ata
- rework the framebuffer boot script
- small docs changes
|
|
- add hppa zalon module
- reduce size due to keeping only 1 busybox copy
- warn on update mode when no initramfs exist and takeover not specified
|
|
- new bzr location
- functional copy_dir_modules()
- modprobe a bunch of ppc windfarm modules in thermal
- provide output on error
|
|
|
|
- fix /boot ro check
- create fb devices unconditionaly
|
|
- fix preinst sed command
- bunch of minor fixes
|
|
- find against the correct backup
- check if initramfs _really_ exists
|
|
- allow conservative settings for skipping updated initramfs.
- debug output to screen
- parse mbr for lilo
+ small fixes
|
|
add scsi qla4xxx module
|
|
- revert an nfs changes
small fixes over the place
|
|
- lilo codeflow
- add lasi700 scsi module
|
|
|
|
- allow -k all for all modes and more feedback on deleting
- small whitespace cleanup
|
|
- cleanup stupid whitespace all over the place
|
|
- checkout if /sbin/lilo is really there
- guard more dirs against creation
- add /etc/kernel-img.conf to reportbug output
|
|
- rename mdadm.conf in mdrun.conf
- retry nfsmount
- harden init
- fix lvm boot script prereqs
|
|
- added rootdelay and rootfstype bootargs
- document this changes
- initrd-tools backward compatible mdadm assembe and then run mdrun
- update-initramfs really checkout use_bootloader from /etc/kernel-img.conf
- tighter klibc deps
|