From: Michael Prokop Date: Thu, 27 Mar 2014 08:15:12 +0000 (+0100) Subject: Merge branch 'modular-grub' of https://github.com/schierlm/grml-live X-Git-Tag: v0.23.2~4 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=9aa2a9203c13b24ea303c0e022350215dc4a113e;hp=d1e7709ea8b431d6390b0b5235b9ada849fda3ee Merge branch 'modular-grub' of https://github.com/schierlm/grml-live --- diff --git a/README.md b/README.md index cb18433..8d86c00 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ additional software and your very own configuration files. Further information is available from http://grml.org/grml-live/ +In case you want to run grml-live directly from the checkout (after +making sure all dependencies are installed), you should set +`GRML_FAI_CONFIG` so that it does not use the config files of an +installed `grml-live` package: + + # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai + # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images index 6dfbf58..5541da6 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images +++ b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images @@ -16,13 +16,11 @@ TMP_CONFIG="${target}/tmp/grub_config_efi" rm -f "$BOOTX64" "$EFI_IMG" "$TMP_CONFIG" cat > "$TMP_CONFIG" <