diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gui/config/build.cfg | 1 | ||||
-rw-r--r-- | examples/minimal/config/build.cfg | 1 | ||||
-rw-r--r-- | examples/xfce/config/build.cfg | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg index 4cbaa67..3948478 100644 --- a/examples/gui/config/build.cfg +++ b/examples/gui/config/build.cfg @@ -176,6 +176,7 @@ my $config = { # }, media => { label => build_label($build), + overlay_label => 'mgalive-persist', bootloader_title => build_title($build), bootloader_theme => '/usr/share/drakiso/bootloader/maggy', bootloader_font => '/usr/share/drakiso/bootloader/unicode.pf2', diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index 9419d10..089467e 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -151,6 +151,7 @@ my $config = { # }, media => { label => build_label($build), + overlay_label => 'mgalive-persist', bootloader_title => build_title($build), bootloader_theme => '/usr/share/drakiso/bootloader/maggy', bootloader_font => '/usr/share/drakiso/bootloader/unicode.pf2', diff --git a/examples/xfce/config/build.cfg b/examples/xfce/config/build.cfg index 6b1f6c1..db9b6d9 100644 --- a/examples/xfce/config/build.cfg +++ b/examples/xfce/config/build.cfg @@ -224,6 +224,7 @@ my $config = { # }, media => { label => build_label($build), + overlay_label => 'mgalive-persist', bootloader_title => build_title($build), bootloader_theme => '/usr/share/drakiso/bootloader/maggy', bootloader_font => '/usr/share/drakiso/bootloader/unicode.pf2', |