small fixes. httpredir is not fast,and requires a noreuseconnection in apt cacher...
[automated-distro-installer] / fai / config / hooks / partition.DEFAULT
index 0b406ecea6f7e3224c08e0188ce243a11423aad2..19438042a79c5baa9f5a171b89e62e7eee6b41ce 100755 (executable)
@@ -30,8 +30,7 @@ skiptask partition ||: # for running out of fai
 devs=(${letters[@]/#//dev/${d}})
 crypt_devs=(${letters[@]/#//dev/mapper/crypt_dev_${d}})
 
-# we can set this manually to force partitioning
-#partition=false
+partition=false
 
 # somewhat crude detection of whether to partition
 for dev in ${devs[@]}; do