From 713a6fc0454e470c1bea9df56625b382a30a6f28 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 22 Jan 2017 23:12:58 +0100 Subject: setup2hd: fix a copy/paste error. --- setup2hd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup2hd') diff --git a/setup2hd b/setup2hd index c0c18a5..95b9505 100755 --- a/setup2hd +++ b/setup2hd @@ -287,7 +287,7 @@ EOF if [ "$MAINSELECT" = "CONFIGURE" ]; then # Patch (e)liloconfig on the target systems to remove hardcoded /mnt: if [ -f /sbin/liloconfig -a -f $T_PX/sbin/liloconfig ]; then - cat /sbin/eliloconfig > $T_PX/sbin/liloconfig + cat /sbin/liloconfig > $T_PX/sbin/liloconfig fi if [ -f /usr/sbin/eliloconfig -a -f $T_PX/usr/sbin/eliloconfig ]; then cat /usr/sbin/eliloconfig > $T_PX/usr/sbin/eliloconfig -- cgit v1.2.3