From 841ae8b1f61449fe78df6835c0a4233266f8baa2 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 19 Apr 2016 15:41:31 -0400 Subject: make sure real openvt (not busybox) is available and used this fixes recovery after menu selection (menu is relaunched) --- initramfs-tools/hooks/samizdat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'initramfs-tools/hooks/samizdat') diff --git a/initramfs-tools/hooks/samizdat b/initramfs-tools/hooks/samizdat index edcaea5..3415f18 100755 --- a/initramfs-tools/hooks/samizdat +++ b/initramfs-tools/hooks/samizdat @@ -5,10 +5,12 @@ for f in ./old-school/*; do copy_exec "$f" /bin; done -path_execs='mountpoint' +path_execs='mountpoint openvt' for c in $path_execs; do copy_exec "$(which $c)" /bin; done +copy_exec /bin/openvt /bin/OpenVT + absolute_path_copies='/lib/terminfo/l/linux' for f in $absolute_path_copies; do copy_exec "$f" "$f"; done -- cgit v1.2.3