X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Fpartition.DEFAULT;h=28f37de5b6a5e87e9f4671c555280655087aac72;hb=cf3b64c21818d0033ffe5447d30e45141c81ee1b;hp=ccaca6efe02ad34a5eb94a79ce68e1602969aedc;hpb=78a1427fc167ccee73d448054a9c40c19d737ed3;p=automated-distro-installer diff --git a/fai/config/hooks/partition.DEFAULT b/fai/config/hooks/partition.DEFAULT index ccaca6e..28f37de 100755 --- a/fai/config/hooks/partition.DEFAULT +++ b/fai/config/hooks/partition.DEFAULT @@ -18,8 +18,11 @@ set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR -# for calling outside of FAI, first -# - source /a/bin/fai-wrapper +# for calling outside of FAI: +# # need to redep and set that location so that we get luks keys +# export FAI=/srv/fai/config +# fai-redep +# source /b/fai/fai-wrapper # - set any appropriate classes with: fai-setclass OPT1... which sets CLASS_OPT1=true... # or run eval-fai-classfile FILE # @@ -318,7 +321,7 @@ bpart() { # btrfs a partition # see README for docs about how to create these -luks_dir=${LUKS_DIR:-/var/lib/fai/config/distro-install-common/luks} +luks_dir=$FAI/distro-install-common/luks luks_file=$luks_dir/host-$HOSTNAME @@ -484,7 +487,9 @@ if $partition; then bpart ${boot_devs[@]} else for dev in ${devs[@]}; do - mkfs.ext2 $(grub_extdev) + if [[ -e /a/bin/fai/fai-wrapper && -e /dev/mapper/$(root-cryptname) ]]; then + continue + fi cryptsetup luksOpen $(rootdev) $(root-cryptname) \ --key-file $luks_file done @@ -563,12 +568,13 @@ else $first_root_crypt / btrfs noatime,subvol=root_$DISTRO 0 0 $first_root_crypt /mnt/root btrfs nofail,noatime,subvolid=0 0 0 $first_boot_dev /boot btrfs nofail,noatime,subvol=$boot_vol 0 0 +$first_boot_dev /mnt/boot btrfs nofail,noatime,subvol=subvolid=0 0 0 EOF swaps=() for dev in ${devs[@]}; do swaps+=($(swap-cryptname)) cat >>/tmp/fai/crypttab <> /tmp/fai/fstab <