- Removed NFS/network boot, it never worked anyway.
- Removed support for booting from UBIFS and exotic platforms.
- Create busybox links at initramfs creation time.
- Panic if mounting devtmpfs fails, udev requires this now.
- Mount devpts filesystem once udev has been started.
- Move all mounted filesystemd to the real root before switching root.
mkinitramfs: run_bootloader shall be called if -B not specified for delete mode.
mkinitramfs: use find -L when copying scripts files, so that it works
in a chroot for xbps-src.
init: do not mount devpts, do not create /var/lock, umount /sys
and /proc in initramfs.
scripts: simplify them and assume that blkid is used everywhere.
scripts: remove specific stuff for lilo compat.
--HG--
branch : gnome3
- Fixed an error in run_bootloader() that failed to detect the device
where GRUB should be installed.
- Use command -v to detect presence of grub-mkconfig.
Now the version also specifies what Debian version the code uses, i.e
"0.99.debian0.94.4".
--HG--
rename : srcpkgs/initramfs-tools/files/scripts/init-premount/blacklist => srcpkgs/initramfs-tools/files/scripts/init-top/blacklist
update-initramfs: added two new flags -V and -B:
-V: prints initramfs-tools version.
-B: do not run grub-mkconfig.
--HG--
extra : convert_revision : 700fe54a0323ad7b8c34af85cfa7f52fe43ce63d
* Add a script to load fbcon module very early so that KMS doesn't fail.
* Removed all_generic_ide, it's obsolete.
--HG--
extra : convert_revision : 415ea2975ff900d4b2f2d9dfdf0c3c57ec98167e
Add fbcon to the video block of added modules, without this KMS
won't display anything and you'll get a black screen.
--HG--
extra : convert_revision : eff6648dcc5090804a1e7284f34637babf0cf2a3
By default behaviour hasn't been changed, `gzip'. You can now compress
them with bzip2 or lzma. By default -9 is always used, we are worried
about size here so I don't think it should be tweakable.
A new option for initramfs.conf has been added COMPRESSION_TYPE.
--HG--
extra : convert_revision : 4ad57146dc1b7bee2585c1d4d792b3ea242e1fd3