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:
parent
f8cea32cf1
commit
18a56f26a2
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue