| Age | Commit message (Collapse) | Author |
|
This is a lightly modified version of Ian Jackson's original patch,
incorporating maximilian attems's comments.
dh_installdeb automatically installs the triggers file, so the rules file
does not need to be changed.
|
|
Previsous changes depend on the latest klibc,
thus bump dependency version.
|
|
These warnings are harmless and initramfs-tools wants to provide
this directory structure for other users.
scripts are to be placed there and dir existence is assumed.
|
|
Those fields are official dpkg supported, so just use them.
|
|
|
|
|
|
|
|
it seems backport of current iniramfs-toosl together
with linux-images is more frequent then expected.
thus just declare that you need newer findutils then sarge available.
this can be kicked after lenny release.
|
|
|
|
Due to overly strict errexit usage by udev hook a lot might be missing.
This is an potential Etch -> Lenny upgrade issue. (closes: 431291)
fixes boot failure on UUID and LABEL root for those.
it seems much better to add this stupid hook than to pump udev dep.
Thanks Michael Prokop <mika@grml.org> for report.
|
|
|
|
this allows to seperate conf files which needs to land on initramfs
and those that should only be run on mkinitramfs.
|
|
this is better then passing some strange prereqs param,
as the prereqs is intermixed with boot/hook scripts.
|
|
instead of searching non matching sysfs modules strings
PIIX_IDE != piix, just look up the modalias.
modprobe likes it too ;)
|
|
* missing i2o_block
* force_load when !udev
|
|
almost ready for release, just missing the hook-conf only dir.
|
|
fix dep_add_modules(),
as bonus check rootfs output so that eventual unkown
rootfs get reported.
|
|
thanks madduck for reporting the error:
[: 39: -q: unexpected operator
|
|
debian-live may as well be build on a host with ro /boot
|
|
ltsp in ubuntu started using NBD+unionfs+squashfs instead of NFS, and
debian-live uses has a network boot methods using cifs in addition to a
different way of using NFS (i think it also uses unionfs and maybe
squashfs, not just a plain NFS/cifs mount)...
so splitting out the networking related code into a separate function
would move towards not having forked code for all of these different
network boot methods. at least, that's my hope.
|
|
Fixes bootfailure on bogus init bootarg too.
Plus there may be a rootfs without init, but with sh.
|
|
|
|
you can only have up to 32 fb devices going from fb0 to fb31.
|
|
|
|
just make sure we really copy into a dir and not a file.
|
|
|
|
|
|
only warn on cases where we know that busybox is needed.
|
|
* add vcs fields
* mv busybox from depends to recommneds,
as should be found in all but unusual installations
* tighten dep on latest klibc
|
|
|
|
|
|
|
|
|
|
add it as a function of it's own
|
|
assume a s/ /\// was meant ;)
|
|
push out enough pending stuff.
|
|
allow admin to set that an update-initramfs postinst call
should update any known initramfs.
|
|
|
|
don't create /etc/initramfs-tools/conf.d/resume
in chroot for debian-live and other custom debian distributions
which build their systems in a chroot.
|
|
Strange forgot about the interface almost as not seen in manpage..
|
|
* add the error messages
* fix double call to set_initlist
* skip empty dirs at start
|
|
a find might be a bit to verbose, so be happy for now with a q&d list.
|
|
a big share of bugreports concern encrypted usage,
that output is useful for /etc/fstab parsing.
|
|
a better shot and try for finding the underlying root devices
in the case of MODULES=dep and /sys walk.
dep_add_modules() should be splitted..
|
|
recover func from previous bogus change..
|
|
sleep the passed time and then call reboot.
works as arg can only be numeric.
|
|
bonus minor coding style cleanup
|
|
we need the etch version at least, so bump.
|
|
kill dangling link.
changes are imported into git.
|
|
|