summaryrefslogtreecommitdiff
path: root/src/initrd/btrfs-create.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-05-03 10:13:42 -0400
committerAndrew Cady <d@jerkface.net>2016-05-03 10:13:42 -0400
commitec4837a57a137672033d326770b2d978764c1841 (patch)
tree53871fbbe8edd71fe64bb316bc3523e3bdde67bc /src/initrd/btrfs-create.sh
parentf200e83db0dea1d120cf91d6c71c2d74b00b9706 (diff)
fix the rest of the bugs
Diffstat (limited to 'src/initrd/btrfs-create.sh')
-rw-r--r--src/initrd/btrfs-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initrd/btrfs-create.sh b/src/initrd/btrfs-create.sh
index 6a6a94e..c13d981 100644
--- a/src/initrd/btrfs-create.sh
+++ b/src/initrd/btrfs-create.sh
@@ -120,7 +120,7 @@ initialize_root_filesystem()
120 rmdir /root/home 120 rmdir /root/home
121 btrfs subvolume create /root/home || return 121 btrfs subvolume create /root/home || return
122 122
123 copy_execs sbin mdadm dmsetup cryptsetup 123 copy_execs sbin mdadm dmsetup cryptsetup fsck.hfsplus
124 copy_execs bin btrfs rsync gpg gpg2 gpg-agent 124 copy_execs bin btrfs rsync gpg gpg2 gpg-agent
125 125
126 # Copy these over unconditionally, because they ought to remain in sync with 126 # Copy these over unconditionally, because they ought to remain in sync with