1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Another nasty. Didn't even noticed I introduced it when I fixed

another nasty .. inserted the wrong scripts .. explains the stack
overflows when multiple consoles tried to spawn during expect
sessions.
This commit is contained in:
freesource 2003-02-14 05:45:36 +00:00
parent ccf483d186
commit 2732a135d3

View File

@ -1,4 +1,4 @@
# $Id: Helper.yard,v 1.5 2003/02/11 18:33:30 freesource Exp $ # $Id: Helper.yard,v 1.6 2003/02/13 07:37:48 freesource Exp $
# Helper.yard # Helper.yard
# #
############################################################################# #############################################################################
@ -96,16 +96,12 @@ telinit
# still work. Check your /etc/inittab to confirm, or create a new inittab # still work. Check your /etc/inittab to confirm, or create a new inittab
# replacement and edit as required. Some gettys require /etc/gettydefs. # replacement and edit as required. Some gettys require /etc/gettydefs.
# #
# Choose the *-nodevfs version if you don't want to use the device fs
# (devfs=nomount)
#
#===== MANDRAKE, REDHAT and many other modern RH based DISTS use mingetty: #===== MANDRAKE, REDHAT and many other modern RH based DISTS use mingetty:
\ \
if ( mingetty ) if ( mingetty )
/etc/inittab <= Replacements/etc/inittab.example.mingetty-rpm /etc/inittab <= Replacements/etc/ inittab.example-mingetty-helper
#/etc/inittab <= Replacements/etc/inittab.example.mingetty-rpm-nodevfs
/sbin/mingetty /sbin/mingetty
/etc/gettydefs /etc/gettydefs
# #
@ -113,8 +109,7 @@ if ( mingetty )
elsif ( agetty ) elsif ( agetty )
/etc/inittab <= Replacements/etc/inittab.example.agetty-slack /etc/inittab <= Replacements/etc/inittab.example-agetty-helper
#/etc/inittab <= Replacements/etc/inittab.example.agetty-slack-nodevfs
/sbin/agetty /sbin/agetty
/etc/gettydefs /etc/gettydefs
# #
@ -123,8 +118,7 @@ elsif ( agetty )
elsif ( getty ) elsif ( getty )
/etc/inittab <= Replacements/etc/inittab.example-deb /etc/inittab <= Replacements/etc/inittab.example-helper
#/etc/inittab <= Replacements/etc/inittab.example-deb-nodevfs
/sbin/getty /sbin/getty
\ \