X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Finstall-bootscripts;h=632db4eb36eae677c0772f2032611118203c0ff1;hb=f92dd465a70fd3e2986530f26c1e73699bb0021d;hp=d6acdd02e1a302dd08ddc3f17e9d962133fb2d2c;hpb=38a036800434ff4f8381cfb921b2f216937a43e9;p=hvlinux.git diff --git a/stage2/install-bootscripts b/stage2/install-bootscripts index d6acdd0..632db4e 100755 --- a/stage2/install-bootscripts +++ b/stage2/install-bootscripts @@ -62,6 +62,9 @@ cat >> /etc/sysconfig/network/network-parameters << EOF # Set to "yes" to enable the NFS server: NFS_SERVER_ENA="no" +# Set to "yes" to enable the SSH server: +SSH_SERVER_ENA="no" + # Set FIREWALL_ENA to "yes" to enable the firewall: FIREWALL_ENA="no" # Set FIREWALL_WWW to the ethernet interface connected to the outside world (internet): @@ -85,7 +88,7 @@ fi sed -i -e "s!^\(export PATH=\).*tools.*!\1/bin:/usr/bin:/sbin:/usr/sbin!" /etc/rc.d/init.d/functions # Copying boot scripts -STAGE2_BOOTSCRIPTS="ifdown ifup keyboard mountnetfs network sysklogd" +STAGE2_BOOTSCRIPTS="ifdown ifup keyboard mountnetfs network syslogd klogd" for bootscript in ${STAGE2_BOOTSCRIPTS}; do install -m755 bootscripts/${bootscript} /etc/rc.d/init.d done @@ -95,7 +98,8 @@ done export LFS= # rcsysinit.d -bootscript_add_rcsysinit sysklogd 50 93 +bootscript_add_rcsysinit syslogd 50 93 +bootscript_add_rcsysinit klogd 51 92 bootscript_add_rcsysinit keyboard 55 00 # rc3.d