incorporate udev in the boot scripts. Now we have loads of devices :)

svn path=/nixu/trunk/; revision=3638
This commit is contained in:
Armijn Hemel 2005-08-19 16:09:31 +00:00
parent b39fca2ade
commit 30196b9243
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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