From 38a41b5f8b4e242776d20723a90bc3bd984e5755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 27 May 2012 23:44:18 -0300 Subject: coming back to original configuration due that is necessary to create a new iso from zero --- src/core/libs/lib-ui-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index b2bc932..fdf0fb6 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -931,7 +931,7 @@ interactive_grub() { return 1 fi # copy initial grub files into installed system - cp -a $var_TARGET_DIR/usr/share/grub/* $var_TARGET_DIR/boot/grub/ + cp -a $var_TARGET_DIR/usr/lib/grub/i386-pc/* $var_TARGET_DIR/boot/grub/ sync # freeze xfs filesystems to enable grub installation on xfs filesystems for xfsdev in $(blkid -t TYPE=xfs -o device); do -- cgit v1.2.3