Fix creation and installation of grub1's configuration file
[grml2usb.git] / grml2usb
index e9bfe3d..2a60d47 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1377,8 +1377,7 @@ def handle_grub_config(grml_flavour, device, target):
         bootopt = options.bootoptions
 
     # write menu.lst
-    if install_grub1_partition:
-        handle_grub1_config(grml_flavour, install_grub1_partition, grub_target, bootopt)
+    handle_grub1_config(grml_flavour, install_grub1_partition, grub_target, bootopt)
     # write grub.cfg
     handle_grub2_config(grml_flavour, grub_target, bootopt)