Diff for /elwix/build_fs.sh between versions 1.1.2.5 and 1.2.2.2

version 1.1.2.5, 2011/07/25 13:03:51 version 1.2.2.2, 2011/10/20 23:44:52
Line 101  mkboot() Line 101  mkboot()
         install -m 644 ${CFGDIR}/boot/boot.config $1;          install -m 644 ${CFGDIR}/boot/boot.config $1;
         install -m 644 ${CFGDIR}/boot/beastie.4th $1/boot;          install -m 644 ${CFGDIR}/boot/beastie.4th $1/boot;
         install -m 644 ${CFGDIR}/boot/brand.4th $1/boot;          install -m 644 ${CFGDIR}/boot/brand.4th $1/boot;
           install -m 644 ${CFGDIR}/boot/menu.4th $1/boot;
   
         if [ -r ${CFGDIR}/boot/loader_${TARGET_ARCH}.conf ]; then          if [ -r ${CFGDIR}/boot/loader_${TARGET_ARCH}.conf ]; then
                 install -m 644 ${CFGDIR}/boot/loader_${TARGET_ARCH}.conf $1/boot/loader.conf;                  install -m 644 ${CFGDIR}/boot/loader_${TARGET_ARCH}.conf $1/boot/loader.conf;
Line 163  _EOF Line 164  _EOF
 mketc()  mketc()
 {  {
         echo "+++ Build ELWIX FS etc directory ..."          echo "+++ Build ELWIX FS etc directory ..."
           find ${FS_ETC} -name .#\* -exec rm -f {} \;
   
         InstallDir ${FS_ETC} $1/etc          InstallDir ${FS_ETC} $1/etc
   
         chown -R root:wheel $1/etc;          chown -R root:wheel $1/etc;
Line 175  mketc() Line 178  mketc()
         chmod 0600 $1/etc/ssh/ssh_host_dsa_key;          chmod 0600 $1/etc/ssh/ssh_host_dsa_key;
         chmod 0600 $1/etc/ssh/ssh_host_key;          chmod 0600 $1/etc/ssh/ssh_host_key;
         chmod 0600 $1/etc/ssh/ssh_host_rsa_key;          chmod 0600 $1/etc/ssh/ssh_host_rsa_key;
           chmod 0600 $1/etc/ssh/ssh_host_ecdsa_key;
   
         chmod 0440 $1/etc/sudoers;          chmod 0440 $1/etc/sudoers;
   

Removed from v.1.1.2.5  
changed lines
  Added in v.1.2.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>