Subversion Repositories livecd

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 33
Line 187... Line 187...
187
	fi
187
	fi
188
    else
188
    else
189
	line="6:2345:respawn:\/sbin\/mingetty --autologin $LOCALUSER tty6"
189
	line="6:2345:respawn:\/sbin\/mingetty --autologin $LOCALUSER tty6"
190
    fi
190
    fi
191
    sed -i "s/.*respawn.*tty6.*/$line/" /etc/inittab
191
    sed -i "s/.*respawn.*tty6.*/$line/" /etc/inittab
-
 
192
 
-
 
193
    ### /etc/rc.d/init.d/login
-
 
194
    ### Provides directly login over xinit
-
 
195
    cp -a customize/login /etc/rc.d/init.d/login
-
 
196
    chmod +x /etc/rc.d/init.d/login
192
    
197
    
193
    ### modify /etc/rc.d/init.d/runlast
198
    ### modify /etc/rc.d/init.d/runlast
194
    RUNLAST=/etc/rc.d/init.d/runlast
199
    RUNLAST=/etc/rc.d/init.d/runlast
195
    echo >> $RUNLAST
200
    echo >> $RUNLAST
196
    echo "### execute /etc/init.d/login for direct login" >> $RUNLAST
201
    echo "### execute /etc/init.d/login for direct login" >> $RUNLAST