diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-28 00:21:24 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-28 00:21:24 -0400 |
commit | 3d24cae4b9897c17ddcfc4c4d8f150931d2d1f98 (patch) | |
tree | 4fab631dd40e06670469ac4ec7679fcc8079205c /initramfs-tools/hooks | |
parent | 7cc1d2e6379fde13193f98114c1bfe4a8ec5f6d8 (diff) |
more samizdat-eject fixes
also, copy samizdat-eject from the initramfs to the new rootfs (into
/sbin)
Diffstat (limited to 'initramfs-tools/hooks')
-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 ac71947..d9d5b5d 100755 --- a/initramfs-tools/hooks/samizdat +++ b/initramfs-tools/hooks/samizdat | |||
@@ -6,7 +6,7 @@ CopyExec() { copy_exec "$@" || exit 1; } | |||
6 | 6 | ||
7 | . /usr/share/initramfs-tools/hook-functions | 7 | . /usr/share/initramfs-tools/hook-functions |
8 | 8 | ||
9 | repo_execs=$(echo ./old-school/* loop-layer.sh) | 9 | repo_execs=$(echo ./old-school/* loop-layer.sh samizdat-eject.sh) |
10 | 10 | ||
11 | path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus' | 11 | path_execs='mountpoint openvt rsync gpg2 gpg-agent pinentry-curses truncate cryptsetup mkfs.btrfs btrfs fsck.hfsplus' |
12 | 12 | ||