Age | Commit message (Collapse) | Author |
|
just make sure we really copy into a dir and not a file.
|
|
|
|
only warn on cases where we know that busybox is needed.
|
|
assume a s/ /\// was meant ;)
|
|
acked by aurel32:
11:07 <aurel32> maks: I ack the fact to always add libgcc to arm,
init needs libgcc1 for _Unwind_* functions
|
|
this setting is known to be bootable,
currently we would just create an unbootable initramfs. *bad*
|
|
as they should get scrapped next release
(keep them for backports.org and friends)
|
|
needs the -regextype posix-extended switch for find,
also it seems 0.86 disgarded uselessly uppercase scripts
(they might be distasteful ;)
|
|
|
|
|
|
|
|
allows non-root user creation of initramfs :)
|
|
* 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.. :)
|
|
- 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 preinst sed command
- bunch of minor fixes
|
|
- revert an nfs changes
small fixes over the place
|
|
- 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
|
|
- scripts/functions: fix debug boot param
- update-initramfs: checkout /etc/kernel-img.conf if lilo and grub is installed
- rename mdraid to mdrun, readd mdrun as it seems to work much better
with sarge systems
- add an help message for rescue shell
- better package desc
|
|
/usr/sbin/mkinitramfs: line 206: [: /etc/initramfs-tools/conf.d/resume: binary operator expected
|
|
- mkinitramfs: fix conf.d handling, thanks to vagrant patch
- mkinitramfs.8: document conf.d usage
|
|
this compat stuff can go once Etch is released
- framebuffer stuff for usplash
- don't leave modules file behind - thanks piuparts!
|
|
- 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
|
|
- pump klibc dep
- use resume klibc-utils bin
- remove some klibc binaries
- use nfsmount
|
|
|
|
- changelog
- typos + whitespace + comments + quoting
- vga16fb
|
|
- readd plain upgly kernel-package interface to mkinitramfs
with depreciation warning
- nice fixes in preinst by Kamion
|
|
- do the migration from mkinitramfs in preinst
- sed the modules file so that it looks pretty some than ours
- polish modules file
- allow BUSYBOX=n
|
|
- 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
|
|
lvm script root on lilo woraround
lvm hook add dm-mirror
mkinitramfs cleanup old make-kpkg args
update-initramfs show what's going on
|
|
upgrade handling on preinst
- update TODO
- update bug script
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/bin/sh no longer build don't complain about missing it.
|
|
and cp all /etc/modprobe.d :)
|
|
|
|
also move them to hooks/udev from mkinitramfs.
|
|
|
|
|
|
use $CONFDIR everywhere in mkinitramfs
|
|
* typo in mkinitramfs -d handling
* only cp klibc-*.so file
|