Subversion Repositories livecd

Rev

Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 48 Rev 64
Line 153... Line 153...
153
$DEBUGCMD
153
$DEBUGCMD
154
 
154
 
155
# no X? (set runlevel to 3)
155
# no X? (set runlevel to 3)
156
if [ "`cmdline_parameter nox`" ]; then
156
if [ "`cmdline_parameter nox`" ]; then
157
  echo "set runlevel to 3"
157
  echo "set runlevel to 3"
158
  sed sed -i "s/id:.:initdefault:/id:3:initdefault:/" $UNION/etc/inittab
158
  sed -i "s/id:.:initdefault:/id:3:initdefault:/" $UNION/etc/inittab
159
fi
159
fi
160
 
160
 
161
$DEBUGCMD
161
$DEBUGCMD
162
 
162
 
163
# Union contains all the files and directories unioned from all modules.
163
# Union contains all the files and directories unioned from all modules.