diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-22 22:00:58 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-22 22:45:17 -0400 |
commit | 642351efec733b36ac0863ee4f04462a8ac171bb (patch) | |
tree | 56d3adf3fb202c0527df1f9ea3befa52e59c221a /initramfs-tools | |
parent | 004812b461ff45c8771c5513afa379a32d322046 (diff) |
workaround for btrfs limitation (read-only seed fix)
Diffstat (limited to 'initramfs-tools')
-rwxr-xr-x | initramfs-tools/hooks/samizdat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index d09c660..c854186 100755 --- a/initramfs-tools/hooks/samizdat +++ b/initramfs-tools/hooks/samizdat | |||
@@ -5,7 +5,7 @@ CopyExec() { copy_exec "$@" || exit 1; } | |||
5 | 5 | ||
6 | . /usr/share/initramfs-tools/hook-functions | 6 | . /usr/share/initramfs-tools/hook-functions |
7 | 7 | ||
8 | for f in ./old-school/*; do CopyExec "$f" /bin; done | 8 | for f in ./old-school/* loop-layer.sh; do CopyExec "$f" /bin; done |
9 | 9 | ||
10 | # TODO: check samizdat source to see what it copies | 10 | # TODO: check samizdat source to see what it copies |
11 | path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs' | 11 | path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs' |