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

version 1.2.2.2, 2011/10/20 23:44:52 version 1.2.2.4, 2011/10/25 13:55:56
Line 99  mkboot() Line 99  mkboot()
         InstallDir ${WORLD}/boot $1/boot          InstallDir ${WORLD}/boot $1/boot
   
         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/brand.4th $1/boot;  
         install -m 644 ${CFGDIR}/boot/menu.4th $1/boot;  
   
           install -m 444 ${CFGDIR}/boot/beastie.4th $1/boot;
           install -m 444 ${CFGDIR}/boot/brand.4th $1/boot;
           install -m 444 ${CFGDIR}/boot/menu.4th $1/boot;
   
           install -m 444 ${KERNDEVHINTS} $1/boot/device.hints;
   
         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;
         else          else
Line 167  mketc() Line 170  mketc()
         find ${FS_ETC} -name .#\* -exec rm -f {} \;          find ${FS_ETC} -name .#\* -exec rm -f {} \;
   
         InstallDir ${FS_ETC} $1/etc          InstallDir ${FS_ETC} $1/etc
   
           find $1/etc -name CVS -exec rm -rf {} \;
   
         chown -R root:wheel $1/etc;          chown -R root:wheel $1/etc;
   

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


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