X-Git-Url: http://git.pjr.cc/?p=wyse_ntpd.git;a=blobdiff_plain;f=src%2Fbuildroot-2013.05%2Fcustom%2Ffilesystem%2Fetc%2Finit.d%2FS01custom_pre_startup;h=17929bb6cbb9aeb8e27212a9aae4749d05b707ee;hp=dd39d0651b24b48077952b47db7c7f373beeb85f;hb=5124c4932b9aea51fefc402049cb888d6636c59b;hpb=c38f1bafa06a6c2e96ecee96fbfdc32f6ade1a50 diff --git a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S01custom_pre_startup b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S01custom_pre_startup index dd39d06..17929bb 100755 --- a/src/buildroot-2013.05/custom/filesystem/etc/init.d/S01custom_pre_startup +++ b/src/buildroot-2013.05/custom/filesystem/etc/init.d/S01custom_pre_startup @@ -24,14 +24,10 @@ then . /fs/config/system fi -if [ -f /fs/config/dropbear_dss_host_key ] +if [ -f /fs/config/dropbear.tar ] then - cp /fs/config/dropbear_dss_host_key /etc/dropbear - chmod 600 /etc/dropbear/dropbear_dss_host_key -fi - -if [ -f /fs/config/dropbear_rsa_host_key ] -then - cp /fs/config/dropbear_rsa_host_key /etc/dropbear - chmod 600 /etc/dropbear/dropbear_rsa_host_key + RD=`pwd` + cd / + tar xf /fs/config/dropbear.tar + cd $RD fi