mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-12 07:43:22 -04:00
Changed to agetty first in control structure, and changed Helper.yard
to be only a init=/bin/bash fs.
This commit is contained in:
parent
8b0a64db0b
commit
be33092ac2
@ -1,4 +1,4 @@
|
|||||||
# $Id: Helper.yard,v 1.9 2003/02/20 03:24:05 freesource Exp $
|
# $Id: Helper.yard,v 1.10 2003/02/20 03:51:59 freesource Exp $
|
||||||
# Helper.yard
|
# Helper.yard
|
||||||
#
|
#
|
||||||
#############################################################################
|
#############################################################################
|
||||||
@ -16,23 +16,23 @@ dd
|
|||||||
|
|
||||||
# init - parent of all processes
|
# init - parent of all processes
|
||||||
# Choose an inittab to compliment the traditional init in the page below.
|
# Choose an inittab to compliment the traditional init in the page below.
|
||||||
##/sbin/init
|
/sbin/init
|
||||||
##telinit
|
telinit
|
||||||
##/sbin/shutdown
|
/sbin/shutdown
|
||||||
##/sbin/halt
|
/sbin/halt
|
||||||
##/etc/init.d/halt <= Replacements/etc/init.d/halt.example
|
/etc/init.d/halt <= Replacements/etc/init.d/halt.example
|
||||||
##/sbin/reboot
|
/sbin/reboot
|
||||||
##/etc/init.d/reboot <= Replacements/etc/init.d/reboot.example
|
/etc/init.d/reboot <= Replacements/etc/init.d/reboot.example
|
||||||
##/etc/init.d/rc <= Replacements/etc/init.d/rc.example
|
/etc/init.d/rc <= Replacements/etc/init.d/rc.example
|
||||||
##/etc/init.d/rcS <= Replacements/etc/init.d/rcS.helper
|
/etc/init.d/rcS <= Replacements/etc/init.d/rcS.helper
|
||||||
##/sbin/swapon
|
##/sbin/swapon
|
||||||
|
|
||||||
# Login stuff
|
# Login stuff
|
||||||
##/bin/login
|
##/bin/login
|
||||||
##/sbin/sulogin # used by inittab.debian-min
|
##/sbin/sulogin # used by inittab.debian-min
|
||||||
##/etc/securetty <= Replacements/etc/securetty.example
|
##/etc/securetty <= Replacements/etc/securetty.example
|
||||||
##/root/.bashrc <= Replacements/root/.bashrc.debian
|
/root/.bashrc <= Replacements/root/.bashrc.debian
|
||||||
##/root/.profile <= Replacements/root/.profile.debian
|
/root/.profile <= Replacements/root/.profile.debian
|
||||||
##/home/user/.bashrc <= Replacements/home/user/.bashrc.debian
|
##/home/user/.bashrc <= Replacements/home/user/.bashrc.debian
|
||||||
##/home/user/.bash_profile <= Replacements/home/user/.bash_profile.debian
|
##/home/user/.bash_profile <= Replacements/home/user/.bash_profile.debian
|
||||||
##/etc/hostname <= Replacements/etc/hostname
|
##/etc/hostname <= Replacements/etc/hostname
|
||||||
@ -45,7 +45,7 @@ dd
|
|||||||
##/etc/issue # nice to have
|
##/etc/issue # nice to have
|
||||||
#
|
#
|
||||||
# No password for root or user.
|
# No password for root or user.
|
||||||
/etc/group <= Replacements/etc/group.example
|
##/etc/group <= Replacements/etc/group.example
|
||||||
##/etc/passwd <= Replacements/etc/passwd.example
|
##/etc/passwd <= Replacements/etc/passwd.example
|
||||||
#
|
#
|
||||||
# Shadow password root=root user=user
|
# Shadow password root=root user=user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user