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
- busybox is mandatory, so you cannot disable it.
- create /bin/sh as symlink to busybox.
- use shared bins by default, this saves a few KBs.
--HG--
extra : convert_revision : 3c2adcee730822e2b88f08089a96e44769369b9b
klibc requirement and associated code has been removed due to its current
state, i.e unmaintained. Switch completely to busybox, removes another
annoying build/run dependency.
--HG--
extra : convert_revision : 67ff872d24eb547f538ec656d5565c82d496dcda
* Moved helpers, common and triggers dirs into xbps-src, where
they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
example udev now has a subpkgs called "libgudev". Previously
subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.
And more that I forgot because it's a mega-commit that I've been
working for some days already...
--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e