argh! If we want to have # echoed into a file, make sure to enclose it in

brackets...

svn path=/nixu/trunk/; revision=3980
This commit is contained in:
Armijn Hemel 2005-09-30 16:50:35 +00:00
parent f8cea32cf1
commit 18a56f26a2

View file

@ -279,7 +279,7 @@ echo "id:2:initdefault:" >> $root/etc/inittab
echo "si::bootwait:$bootPath/bin/boot.sh" >> $root/etc/inittab
echo "ht:06:wait:$bootPath/bin/halt.sh" >> $root/etc/inittab
echo "1:2345:respawn:$bootPath/bin/login.sh /dev/tty1" >> $root/etc/inittab
echo #"2:2345:respawn:$mingetty/sbin/mingetty tty2" >> $root/etc/inittab
echo "#2:2345:respawn:$mingetty/sbin/mingetty tty2" >> $root/etc/inittab
#echo "2:2345:respawn:$bootPath/bin/login.sh /dev/ttys/1" >> $root/etc/inittab
echo setting up networking information...