From 17fd0a64991e31a7d512bfb0bc3778f9440d332c Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 23 Oct 2018 20:11:53 +0100 Subject: BuildBoot: remember boot mode when chaining through grub submenus. --- examples/gui/config/build.cfg | 1 + examples/minimal/config/build.cfg | 1 + examples/xfce/config/build.cfg | 1 + 3 files changed, 3 insertions(+) (limited to 'examples') 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', -- cgit v1.2.1