From b66496b4b205f6628dfcb78f9a73ec8bf95d8cea Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 21 Apr 2018 18:28:33 +0100 Subject: Remove obsolete {media}{storage} key from examples. --- examples/gui/config/build.cfg | 1 - examples/minimal/config/build.cfg | 1 - examples/xfce/config/build.cfg | 1 - 3 files changed, 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', -- cgit v1.2.1