Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-26 | local-premount/resume: coding style fixes. | maximilian attems | |
2007-12-26 | Update to newer standards version without changes. | maximilian attems | |
2007-12-26 | debian/control: Add versioned depends on findutils. (closes: #450888) | maximilian attems | |
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. | |||
2007-12-26 | MODULES=dep fix for new /dev/md/X naming scheme (closes: #440694). | maximilian attems | |
Using mkinitramfs-kpkg to build the ramdisk. awk: /^md/0/{print substr($5, 1, 3); exit} awk: ^ syntax error mkinitramfs-kpkg failed to create initrd image. Failed to create initrd image. /proc/mdstat naming unchanged, thuse use same awk parsing. | |||
2007-11-28 | release 0.91c | maximilian attems | |
2007-11-28 | init: Don't overwrite boot cmdline arg (closes: #453294) | maximilian attems | |
root nfs needs to check that the boot is not set before setting it. Thanks Thomas Lange <lange@informatik.uni-koeln.de> for report! | |||
2007-11-28 | update-initramfs: Fix ro /boot partition check (closes: #451151) | maximilian attems | |
Newer kernel in the effort of killing /etc/mtab show mount options, like errors=remount-ro, that is matched for read only. Thanks Jan Niehusmann <jan@gondor.com> for report. | |||
2007-10-04 | hooks/udevhelper: Adding all /lib/udev on initramfs if missing. | maximilian attems | |
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. | |||
2007-09-12 | init: fix RESUME hardcoding | maximilian attems | |
2007-09-09 | hook-functions: protect sys_walk_modalias() | maximilian attems | |
check that the modalias really exists, otherwise no need to add anything. | |||
2007-09-09 | mkinitramfs: Add /usr/share/initramfs-tools/conf-hooks.d | maximilian attems | |
this allows to seperate conf files which needs to land on initramfs and those that should only be run on mkinitramfs. | |||
2007-09-08 | mkinitramfs: Export MODULES, allows hook script to act accordingly. | maximilian attems | |
this is better then passing some strange prereqs param, as the prereqs is intermixed with boot/hook scripts. | |||
2007-09-08 | hook-functions: Add sys_walk_modalias() for IDE | maximilian attems | |
instead of searching non matching sysfs modules strings PIIX_IDE != piix, just look up the modalias. modprobe likes it too ;) | |||
2007-09-08 | hook-functions: MODULES=dep fix I2O detection. | maximilian attems | |
* missing i2o_block * force_load when !udev | |||
2007-09-08 | hook-functions: don't force load rootfs | maximilian attems | |
fstype just detects fine the fs, even when running without udev. | |||
2007-09-08 | hook-functions: reorder dep_add_modules() | maximilian attems | |
do fstype stuff on top. | |||
2007-09-08 | changelog: add entry for mika's patches | maximilian attems | |
almost ready for release, just missing the hook-conf only dir. | |||
2007-09-08 | disable quiet on debug bootarg | Michael Prokop | |
If you have quiet in your /proc/cmdline you can never reach any debug bootoption anymore. | |||
2007-09-08 | fix init error message | Michael Prokop | |
You’ll notice a strange error message due to an empty $init if the rootfs can’t be found. | |||
2007-09-07 | hook-functions: probe rootfs on auto type | maximilian attems | |
fix dep_add_modules(), as bonus check rootfs output so that eventual unkown rootfs get reported. | |||
2007-09-07 | debian/script: Fix syntax of MODULES=dep block. | maximilian attems | |
thanks madduck for reporting the error: [: 39: -q: unexpected operator | |||
2007-09-05 | scripts/init-top/framebuffer: fix variable name | Michael Prokop | |
s/fbnum/fbno/ | |||
2007-09-04 | update-initramfs: Don't check for ro /boot inside of a chroot. | maximilian attems | |
debian-live may as well be build on a host with ro /boot | |||
2007-09-04 | initramfs-tools: split networking code into separate function | Vagrant Cascadian | |
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. | |||
2007-09-03 | init: fix typo from initial implementation | maximilian attems | |
2007-09-03 | init: search for valid init | maximilian attems | |
Fixes bootfailure on bogus init bootarg too. Plus there may be a rootfs without init, but with sh. | |||
2007-09-03 | init: s/i/conf/ | maximilian attems | |
i is a bad name for a conf, rename. | |||
2007-09-01 | init: export noresume fo uswsusp and kdump | maximilian attems | |
2007-09-01 | init-top/framebuffer: Check that fb minor is below 32. | maximilian attems | |
you can only have up to 32 fb devices going from fb0 to fb31. | |||
2007-09-01 | init: call panic if run-init fails | maximilian attems | |
2007-08-27 | mkinitramfs, hooks/keymap: add trailing slash to cp destionation | maximilian attems | |
just make sure we really copy into a dir and not a file. | |||
2007-08-25 | scripts/local: small CodingStyle quote readonly variable | maximilian attems | |
2007-08-25 | mkinitramfs: kill kinit.shared too | maximilian attems | |
2007-08-25 | mkinitramfs: cope when no busybox is around | maximilian attems | |
only warn on cases where we know that busybox is needed. | |||
2007-08-25 | debian/control: updates | maximilian attems | |
* add vcs fields * mv busybox from depends to recommneds, as should be found in all but unusual installations * tighten dep on latest klibc | |||
2007-08-25 | initramfs-tools: axe udev_helper | maximilian attems | |
2007-08-23 | release 0.90a | maximilian attems | |
2007-08-23 | hook-functions: Add the new firewire modules. | maximilian attems | |
2007-08-21 | init: Fix mount options invocation for klibc mount. | maximilian attems | |
2007-08-16 | hook-functions factor out sys_walk_mod_add() | maximilian attems | |
add it as a function of it's own | |||
2007-08-16 | mkinitramfs: kick empty modules dir | maximilian attems | |
assume a s/ /\// was meant ;) | |||
2007-08-15 | scripts/functions: simplify panic() | maximilian attems | |
sleep can take arg 0 | |||
2007-08-09 | release 0.90 | maximilian attems | |
push out enough pending stuff. | |||
2007-08-09 | update_initramfs tristate variable "all" | maximilian attems | |
allow admin to set that an update-initramfs postinst call should update any known initramfs. | |||
2007-08-09 | update-initramfs: enhance altered error message. | maximilian attems | |
2007-08-08 | initramfs-tools.preinst: Inhibit resume var creation. | maximilian attems | |
don't create /etc/initramfs-tools/conf.d/resume in chroot for debian-live and other custom debian distributions which build their systems in a chroot. | |||
2007-08-08 | mkinitramfs.8: Document verbose mode. | maximilian attems | |
Strange forgot about the interface almost as not seen in manpage.. | |||
2007-08-08 | scripts/funtions: run_scripts() on verbose mode add error messages | maximilian attems | |
* add the error messages * fix double call to set_initlist * skip empty dirs at start | |||
2007-08-08 | hook-functions rephrase slightly the MODULES=dep error condition | maximilian attems | |
goal is to get the space down for lenny. | |||
2007-08-08 | debian/script: add list of /sys/block on MODULES=dep | maximilian attems | |
a find might be a bit to verbose, so be happy for now with a q&d list. |