summaryrefslogtreecommitdiff
path: root/mkinitramfs
AgeCommit message (Collapse)Author
2007-08-27mkinitramfs, hooks/keymap: add trailing slash to cp destionationmaximilian attems
just make sure we really copy into a dir and not a file.
2007-08-25mkinitramfs: kill kinit.shared toomaximilian attems
2007-08-25mkinitramfs: cope when no busybox is aroundmaximilian attems
only warn on cases where we know that busybox is needed.
2007-08-16mkinitramfs: kick empty modules dirmaximilian attems
assume a s/ /\// was meant ;)
2007-06-21mkinitramfs: add patch from joeyh fixing arm bootmaximilian attems
acked by aurel32: 11:07 <aurel32> maks: I ack the fact to always add libgcc to arm, init needs libgcc1 for _Unwind_* functions
2007-06-20mkinitramfs: on wrong MODULES setting fallback to mostmaximilian attems
this setting is known to be bootable, currently we would just create an unbootable initramfs. *bad*
2007-05-02mkinitramfs: old linux-image interfaces deprecate themmaximilian attems
as they should get scrapped next release (keep them for backports.org and friends)
2007-04-16fix regexes to always use posix char classes and release 0.87maximilian attems
needs the -regextype posix-extended switch for find, also it seems 0.86 disgarded uselessly uppercase scripts (they might be distasteful ;)
2007-04-13Move legacy code from mkinitramfs to separate hooks.David Härdeman
2007-04-13Update commentDavid Härdeman
2007-04-12Add support for loading keymaps. (closes: 337663)David Härdeman
2007-04-06mkinitramfs: set PATH with sbinmaximilian attems
allows non-root user creation of initramfs :)
2007-04-05scripts/functions, mkinitramfs: better backup file handlingmaximilian attems
* 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.. :)
2006-12-21- revert busybox hardlinking it's utitilitesmaximilian attems
- add drivers/ata - rework the framebuffer boot script - small docs changes
2006-12-14- show lilo error on lilo failuremaximilian attems
- 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
2006-12-02- allow to disable backupmaximilian attems
- new bzr location - functional copy_dir_modules() - modprobe a bunch of ppc windfarm modules in thermal - provide output on error
2006-10-18- improve run_bootloader (elilo, zipl)maximilian attems
- fix preinst sed command - bunch of minor fixes
2006-09-27- mkinitramfs: allow umask setting paranoidmaximilian attems
- revert an nfs changes small fixes over the place
2006-09-04- better nfs handling: merge vagrant branch :) + local changesmaximilian attems
- cleanup stupid whitespace all over the place
2006-09-01- fix destination of the mdrun.conf for partial sarge upgradesmaximilian attems
- checkout if /sbin/lilo is really there - guard more dirs against creation - add /etc/kernel-img.conf to reportbug output
2006-08-25- fix bashismmaximilian attems
- rename mdadm.conf in mdrun.conf - retry nfsmount - harden init - fix lvm boot script prereqs
2006-08-23- improved nfsroo parsingmaximilian attems
- 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
2006-08-17Release 0.74:maximilian attems
- 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
2006-08-13- conf.d configuration test was bogus, fixes:maximilian attems
/usr/sbin/mkinitramfs: line 206: [: /etc/initramfs-tools/conf.d/resume: binary operator expected
2006-08-12- really remove hooks/lvmmaximilian attems
- mkinitramfs: fix conf.d handling, thanks to vagrant patch - mkinitramfs.8: document conf.d usage
2006-07-29- take care of partial mdadm/lvm Sarge upgradesmaximilian attems
this compat stuff can go once Etch is released - framebuffer stuff for usplash - don't leave modules file behind - thanks piuparts!
2006-07-24- add BUSYBOX section to confmaximilian attems
- 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
2006-07-20- drop md scriptsmaximilian attems
- pump klibc dep - use resume klibc-utils bin - remove some klibc binaries - use nfsmount
2006-07-16massif whitespace cleanupmaximilian attems
2006-07-16big ubuntu merge:maximilian attems
- changelog - typos + whitespace + comments + quoting - vga16fb
2006-07-13- fix noresume exportingmaximilian attems
- readd plain upgly kernel-package interface to mkinitramfs with depreciation warning - nice fixes in preinst by Kamion
2006-07-07- mkinitramfs take care of eventual missing depmod runmaximilian attems
- 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
2006-07-02woow pile of stuff turned up:maximilian attems
- 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
2006-06-24lvm script patch activate root and resume volume groupmaximilian attems
lvm script root on lilo woraround lvm hook add dm-mirror mkinitramfs cleanup old make-kpkg args update-initramfs show what's going on
2006-05-20- mv /etc/mkinitramfs /etc/initramfs-toolsmaximilian attems
upgrade handling on preinst - update TODO - update bug script
2006-03-21add verbose mode for mkinitramfs, use it when calling itmaximilian attems
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
2006-02-27hardcoded root supportmaximilian attems
2006-02-27resync ubuntu24 aka nice conf.dmaximilian attems
2006-02-27sync with ubuntu22 + some handmergesmaximilian attems
2006-01-24sync 0.40ubuntu16maximilian attems
2006-01-23use CONFDIR everywheremaximilian attems
2006-01-04/lib/klibc-*.so moved from /usr/lib/klibc/lib/klibc-*.somaximilian attems
2006-01-04small quick fix for klibc 1.1.14maximilian attems
/bin/sh no longer build don't complain about missing it.
2005-12-12merge ubuntu modprobe silence stuffmaximilian attems
and cp all /etc/modprobe.d :)
2005-12-05resync with latest ubuntu, split udev done by hand.maximilian attems
2005-11-23only include needed udev bits,maximilian attems
also move them to hooks/udev from mkinitramfs.
2005-11-23better use copy_exec for the udev stuffmaximilian attems
2005-11-23fixes for latest udev 0.074-3maximilian attems
2005-11-23resynch with ubuntu:maximilian attems
use $CONFDIR everywhere in mkinitramfs
2005-11-17sync with latest ubuntu:maximilian attems
* typo in mkinitramfs -d handling * only cp klibc-*.so file