X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Finstsoft.DEFAULT;h=3eda00ee9d6a57873c2cce167729eaefc28cc4c2;hb=c8bd51084bc4d90b9653d521e7cb05e17e417d97;hp=bdb856b467c6fccc896233dfae49b528b3ba6399;hpb=a4bf1d090bfbb5603bd6f2aa9f67a2e8a702d476;p=automated-distro-installer diff --git a/fai/config/hooks/instsoft.DEFAULT b/fai/config/hooks/instsoft.DEFAULT index bdb856b..3eda00e 100755 --- a/fai/config/hooks/instsoft.DEFAULT +++ b/fai/config/hooks/instsoft.DEFAULT @@ -30,8 +30,13 @@ chmod +x $f if ifclass tp; then - d=$target/root/shadow + d=$target/q/root/shadow mkdir -p $d - ls -la /var/lib/fai/config/distro-install-common + # ls -la /var/lib/fai/config/distro-install-common cp /var/lib/fai/config/distro-install-common/traci{,-simple} $d + chmod -R o-rwx $d + d=$target/q/root/luks + mkdir -p $d + cp /var/lib/fai/config/distro-install-common/luks/host-{tp,demohost} $d + chmod -R o-rwx $d fi