Age | Commit message (Collapse) | Author |
|
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>
|
|
fixed the commandline argument to select the compressor.
also your test with "command" needed to be negated otherwise the
fallback to gzip would take place everytime.
--
frohe ostern
Bert Schulze
[ nuked trailing whitespace, and add comment for usage() ]
Signed-off-by: maximilian attems <maks@debian.org>
|
|
forgot to add here on compress commit.
|
|
this version uses /etc/initramfs-tools/initramfs.conf to determine
the compression method, checks kernel and userspace support with
fallback to gzip. Since LZO didnt work for me at all with 2.6.33
I left that out for now.
(closes: #533903)
[ minor changes in mkinitramfs code ]
Signed-off-by: maximilian attems <maks@debian.org>
|
|
thanks to jidanni@jidanni.org for pointing out the missed field.
|
|
Thanks to Jens Seidel <jensseidel@users.sf.net>
(closes: #493238)
|
|
thanks to jidanni@jidanni.org
Signed-off-by: maximilian attems <maks@debian.org>
|
|
Strange forgot about the interface almost as not seen in manpage..
|
|
* add example section
* be more explicit that update-initramfs is a wrapper around mkinitramfs
and what it does
|
|
- add changelog entries to david changes
- change to my new debian.org email adresses in manpages too
- module list is alphabetic
|
|
* 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
|
|
- allow conservative settings for skipping updated initramfs.
- debug output to screen
- parse mbr for lilo
+ small fixes
|
|
- mkinitramfs: fix conf.d handling, thanks to vagrant patch
- mkinitramfs.8: document conf.d usage
|
|
- add myri10ge, smc911x and hptiop modules
- fix check_minkver() logic
- escape resume variables
- fix SEE ALSO section in all manpages
- source /usr/share/initramfs-tools/conf.d/*
- check against modules.dep before running depmod
- more verbose output
- open console with -i for dash interactive
- fix resume param by LABEL or UUID
- lvm has new prereq mdadm
- update-initramfs fix -v calling
- functions/scripts replace basename usage with shell expansion
|
|
|
|
remove cp modules from postinstall, install confdir
lots of small polishing thanks to Sesse review
don't use touch on init
|
|
upgrade handling on preinst
- update TODO
- update bug script
|
|
* add linear module
* manpage polishing
* udev_helper needs some conf sourced
|
|
an sha1sum for update-initramfs.
is meant for etch release, hope we get rid afterwards.
will allow to clean up mkinitramfs from the longoption calls.
|
|
|
|
update manpage crossreferences
|
|
it has the changes vorlon asked for so that 2.4 systems
that use the ramdisk value in /etc/kernel-img.conf don't use the wrong tool.
|
|
|
|
|