Age | Commit message (Collapse) | Author |
|
clears debhelper-but-no-misc-depends lintian warning.
don't know if we really need it, but better be safe and
referenced in debhelper(7) manpage.
|
|
|
|
|
|
d-i fix, thus high urgency.
|
|
|
|
harmless as the postrm is small, but better be clean.
|
|
|
|
|
|
|
|
|
|
|
|
have to clean up goof up from 0.92k too..
|
|
This reverts commit c5a45496b9c72e41333e213979d43fbcff34da9f.
hinders removal of other package linux-image postinst call also
the /etc/kernel structure, thus delete needs a takeover and this
is postlenny material.
thanks Vincent Danjean <vdanjean@debian.org> for report.
(closes: #499270)
|
|
|
|
it generates linux images that look into this directories
for maintainer script action.
make sure to generate an intramfs and also to remove it.
|
|
|
|
|
|
|
|
|
|
|
|
thanks Michael Tautschnig <mt@debian.org>
(closes: #494433)
|
|
|
|
|
|
Signed-off-by: maximilian attems <maks@debian.org>
|
|
ubuntu merge.
|
|
Signed-off-by: maximilian attems <maks@debian.org>
|
|
|
|
|
|
* add changelog with bug closures
* new release song "Fischia il vento"
|
|
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.
|