diff options
Diffstat (limited to 'src/initrd/btrfs-create.sh')
-rw-r--r-- | src/initrd/btrfs-create.sh | 2 |
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 |