From 37d7b8c34606eed0a8da6a3c2c547e3424feb885 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 29 Jun 2009 13:20:37 +0000 Subject: make sure the grub script is executable --- draklive | 2 ++ 1 file changed, 2 insertions(+) (limited to 'draklive') diff --git a/draklive b/draklive index b0c1233..1e528fe 100755 --- a/draklive +++ b/draklive @@ -806,6 +806,8 @@ setup --stage2=/boot/grub/stage2 (hd0) quit EOF EOG + + chmod 0755, $live->{mnt} . $grub_script; } sub install_usb_bootloader { -- cgit v1.2.1