make frodo separate /i so we can use btrfs send for backups
authorIan Kelling <ian@iankelling.org>
Mon, 12 Sep 2016 13:20:51 +0000 (06:20 -0700)
committerIan Kelling <ian@iankelling.org>
Mon, 6 Feb 2017 06:21:41 +0000 (22:21 -0800)
fai/config/hooks/partition.DEFAULT

index 9a8c8363f48defc58293384b7e5c4e552fc35cd8..39c0b3fa9ade884445c36fb0fddfa403a7bc0c4f 100755 (executable)
@@ -339,15 +339,15 @@ $first_boot_dev  /boot  btrfs  noatime,subvol=boot_$DISTRO  0 0
 EOF
 
 
+# these 2 are alternative ways to identify a subvol, i think i prefer the 2nd.
 if ifclass treetowl; then
     cat >> /tmp/fai/fstab <<'EOF'
 UUID=3f7b31cd-f299-40b4-a86b-7604282e2715 /i btrfs  noatime  0 2
 EOF
 fi
-
 if ifclass frodo; then
     cat >> /tmp/fai/fstab <<'EOF'
-/q/i  /i  none  bind  0 0
+$first_root_crypt  /i  btrfs  noatime,subvol=i  0 0
 EOF
 fi