Age | Commit message (Collapse) | Author |
|
Enhance manpage to target casual reader, who wants to know
more about his kernel commandline.
The boot/mkinitramfs hook hacker may easily read on, so move
their desc a bit down. Add errexit hint of hook scripts.
Also enhance a better written § from dracut, the current one was
just jibberish.
Reviewed-by: Michael Prokop <mika@debian.org>
Signed-off-by: maximilian attems <maks@debian.org>
|
|
* paramater -> parameter
* adress -> address
* adress -> address
* overriden -> overridden
* correponds -> corresponds
* correponds -> corresponds
* Overriden -> Overridden
* usualy -> usually
Signed-off-by: Michael Prokop <mika@debian.org>
|
|
[Closes: #566056]
Signed-off-by: Michael Prokop <mika@debian.org>
|
|
Signed-off-by: maximilian attems <maks@debian.org>
|
|
since a while already, rm ref.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
Add direct reference to the file before dicussing the functions.
Reported-by: Christoph Anton Mitterer <calestyo@scientia.net>
|
|
Closes: 545728
Reported-by: Christoph Anton Mitterer <calestyo@scientia.net>
Signed-off-by: maximilian attems <maks@debian.org>
|
|
got missed when adding the support.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
Sometimes one misses the error message printed by the panic helper function,
for example when attaching a serial console after the fact, or if kernel
messages resulting from udev activity obscure or scroll it away.
Please consider adding some facility like the attached patch.
Thanks,
Feri.
(closes: #569033)
Signed-off-by: maximilian attems <maks@debian.org>
|
|
Signed-off-by: maximilian attems <maks@debian.org>
|
|
example boot script needs it for log_begin_msg and log_end_msg
functions. (closes: #545728)
Reported-by: Rodolphe Pelloux-Prayer <rodolphe@damsy.net>
Signed-off-by: maximilian attems <maks@debian.org>
|
|
fixes lintian error:
hyphen-used-as-minus-sign
|
|
|
|
Documentation currently lacked a list of exported variables
for boot or hook scripts.
(closes: #512453)
Reported-by: Arnaud Fontaine <arnau@debian.org>
|
|
|
|
and no we can't write into /var/log itself.
(closes: #488804)
|
|
thanks to jidanni@jidanni.org for pointing out the missed field.
|
|
NFSOPTS is no longer sourced in initramfs.conf,
so it should only be documented at the place of use aka boot cmdline.
(closes: #502927)
Co-Author: Gerfried Fuchs <rhonda@debian.at>
|
|
|
|
`/usr/share/initramfs-tools/hook-functions' would not show up.
|
|
closes: #489186
Signed-off-by: maximilian attems <maks@debian.org>
|
|
useful for debug cases
closes: #488963
|
|
thanks Luca Capello <luca@pca.it> for initial patch.
closes: #481196
Signed-off-by: maximilian attems <maks@debian.org>
|
|
thanks to jidanni@jidanni.org
Signed-off-by: maximilian attems <maks@debian.org>
|
|
addition missed the entry in the manpage.
|
|
* document panic= 0 behaviour
* simplify debug cmd
|
|
properly escape minus signs to make them easily pastable.
|
|
sleep the passed time and then call reboot.
works as arg can only be numeric.
|
|
apply latest patches from bts.
|
|
- add changelog entries to david changes
- change to my new debian.org email adresses in manpages too
- module list is alphabetic
|
|
|
|
disallows modules loading inside of the initramfs.
|
|
document valid script names
|
|
- add drivers/ata
- rework the framebuffer boot script
- small docs changes
|
|
- fix preinst sed command
- bunch of minor fixes
|
|
- allow conservative settings for skipping updated initramfs.
- debug output to screen
- parse mbr for lilo
+ small fixes
|
|
- 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
|
|
- 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
|
|
|
|
- cleanup of activate_vg() in lvm boot script
- use less of busybox utilities
- conf.d for BUSYBOX=y usage for the packages
- don't poke on conffile for RESUME
- use printf instead of expr (ooh ash and dash are *fun*)
- fix update-initramfs to use current_version when no other
version exists around
|
|
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
|
|
- bug script
- cryptoroot support
- change exported variables
- nfsopts, rootflags support
- warn lilo+grub install
- doc fixes
|
|
display which modules gets added,
we might want to have even more verbose info,
but that is a nice start.
add cpqarray module
document `-' filename restriction
don't exit succesfully if root fs full
|
|
|
|
|
|
update manpage crossreferences
|