--- elwix/build_fs.sh 2011/10/20 14:16:14 1.2.2.1 +++ elwix/build_fs.sh 2011/10/25 13:55:56 1.2.2.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.2.2.1 2011/10/20 14:16:14 misho Exp $ +# $Id: build_fs.sh,v 1.2.2.4 2011/10/25 13:55:56 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -99,10 +99,13 @@ mkboot() InstallDir ${WORLD}/boot $1/boot 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 install -m 644 ${CFGDIR}/boot/loader_${TARGET_ARCH}.conf $1/boot/loader.conf; else @@ -168,6 +171,8 @@ mketc() InstallDir ${FS_ETC} $1/etc + find $1/etc -name CVS -exec rm -rf {} \; + chown -R root:wheel $1/etc; chmod 0600 $1/etc/opieaccess; @@ -178,6 +183,7 @@ mketc() chmod 0600 $1/etc/ssh/ssh_host_dsa_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_ecdsa_key; chmod 0440 $1/etc/sudoers;