diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-23 20:11:53 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-28 21:46:20 +0000 |
commit | 17fd0a64991e31a7d512bfb0bc3778f9440d332c (patch) | |
tree | 76829f651cea6735d825d94296f7fc72b197aab0 /examples/xfce/config | |
parent | b4ace6cb70f12af823200af7204a87690595a85c (diff) | |
download | drakiso-17fd0a64991e31a7d512bfb0bc3778f9440d332c.tar drakiso-17fd0a64991e31a7d512bfb0bc3778f9440d332c.tar.gz drakiso-17fd0a64991e31a7d512bfb0bc3778f9440d332c.tar.bz2 drakiso-17fd0a64991e31a7d512bfb0bc3778f9440d332c.tar.xz drakiso-17fd0a64991e31a7d512bfb0bc3778f9440d332c.zip |
BuildBoot: remember boot mode when chaining through grub submenus.
Diffstat (limited to 'examples/xfce/config')
-rw-r--r-- | examples/xfce/config/build.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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', |