add arch support, fixup various things
[automated-distro-installer] / fai / config / hooks / instsoft.DEFAULT
index ab6e213617f02f65094b554d2f41e4a8da3b2c11..bdb856b467c6fccc896233dfae49b528b3ba6399 100755 (executable)
@@ -16,14 +16,6 @@ EOFOUTER
 chmod +x $f
 
 
-crypt_dev=(/dev/mapper/crypt_dev_?da3)
-crypt_dev=${crypt_dev[0]}
-crypt_name=${crypt_dev##/dev/mapper/}
-dev=(/dev/?da3)
-dev=${dev[0]}
-
-dd if=$keyfile of=$crypt_dev
-
 f=$target/root/keyscript-manual
 cat >$f  <<'EOF'
 #!/bin/sh