incorporate udev in the boot scripts. Now we have loads of devices :)
svn path=/nixu/trunk/; revision=3638
This commit is contained in:
parent
b39fca2ade
commit
30196b9243
@ -18,8 +18,8 @@ mount -n -t sysfs none /sys
|
||||
echo "remounting / writable..."
|
||||
mount -n -o remount,rw /dev/root /
|
||||
|
||||
echo "mounting /mnt/host..."
|
||||
mount -n -t hostfs none /mnt/host
|
||||
echo "starting udev..."
|
||||
@udev@/sbin/udevstart
|
||||
|
||||
echo "setting up hostname..."
|
||||
hostname uml
|
||||
|
@ -36,6 +36,7 @@ for i in $boot $halt $login $env; do
|
||||
-e "s^@gcc\@^$gcc^g" \
|
||||
-e "s^@mingetty\@^$mingetty^g" \
|
||||
-e "s^@grub\@^$grub^g" \
|
||||
-e "s^@udev\@^$udev^g" \
|
||||
-e "s^@out\@^$out^g" \
|
||||
< $i > $dst
|
||||
chmod +x $dst
|
||||
|
Loading…
x
Reference in New Issue
Block a user