Commit Graph

7 Commits

Author SHA1 Message Date
Sergey Bolshakov
959fe2820d pass initramfs' udev version in /dev/.initramfs/udev_version,
just like our initrd expects.
2008-06-13 01:03:01 +04:00
Sergey Bolshakov
83734da95f fixed for klibc under lib64 2008-03-16 02:24:39 +03:00
Sergey Bolshakov
9e2ed8993a fixed to fail on unclean gencpio termination 2008-03-14 17:59:18 +03:00
Sergey Bolshakov
e918341c2d use external /bin/nfsmount from klibc 2008-03-13 19:12:12 +03:00
Sergey Bolshakov
dd757bba09 made standalone `init' binary to save few KB's 2008-03-12 15:19:18 +03:00
Sergey Bolshakov
11bf8de59c thinkos fixed 2008-03-07 22:48:01 +03:00
Sergey Bolshakov
0a6af0fb35 massive change caused by udev use in initramfs:
- added udevd, udevtrigger & udevsettle spawning from init,
reproducing nead same logic, found in initrd, created by
/sbin/mkinitd
- lots of obsolete by this change stuff removed
- use external /sbin/modprobe form klibc utils
in places, where manual module loading still needed
- pack unchangeable part of initramfs into `initfs'
file (gzipped cpio archive), which may be concatenated later
with other parts (especially kernel modules) to form
actual initramfs image.
2008-03-01 22:02:06 +03:00