diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gui/config/build.cfg | 1 | ||||
-rwxr-xr-x | examples/minimal/config/build.cfg | 1 | ||||
-rw-r--r-- | examples/xfce/config/build.cfg | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg index 69502f6..1b9dd3c 100644 --- a/examples/gui/config/build.cfg +++ b/examples/gui/config/build.cfg @@ -181,7 +181,6 @@ my $config = { # # the "all" region has a magical behavior and selects all langs # }, media => { - storage => 'iso', label => build_label($build), bootloader_title => build_title($build), bootloader_theme => '/usr/share/drakiso-bootloader/maggy', diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index 578ba6f..6d77a79 100755 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -157,7 +157,6 @@ my $config = { # # the "all" region has a magical behavior and selects all langs # }, media => { - storage => 'iso', label => build_label($build), bootloader_title => build_title($build), bootloader_theme => '/usr/share/drakiso-bootloader/maggy', diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg index e5e2d96..2d8660c 100644 --- a/examples/xfce/config/build.cfg +++ b/examples/xfce/config/build.cfg @@ -229,7 +229,6 @@ my $config = { # # the "all" region has a magical behavior and selects all langs # }, media => { - storage => 'iso', label => build_label($build), bootloader_title => build_title($build), bootloader_theme => '/usr/share/drakiso-bootloader/maggy', |