diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-22 18:30:25 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-12-22 18:30:25 +0000 |
commit | 55bb8f856da37081bce0506aa50879366a7f4b96 (patch) | |
tree | 4247a671ed7c124cda101b3de08f4147aede0993 /config | |
parent | a37173d23897a26b91032344826f88da05aa08aa (diff) | |
download | draklive-config-55bb8f856da37081bce0506aa50879366a7f4b96.tar draklive-config-55bb8f856da37081bce0506aa50879366a7f4b96.tar.gz draklive-config-55bb8f856da37081bce0506aa50879366a7f4b96.tar.bz2 draklive-config-55bb8f856da37081bce0506aa50879366a7f4b96.tar.xz draklive-config-55bb8f856da37081bce0506aa50879366a7f4b96.zip |
Add autorun and memtest.
Diffstat (limited to 'config')
-rw-r--r-- | config/build.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/build.cfg b/config/build.cfg index 38f9295..900b0a7 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -244,6 +244,11 @@ my $_l = { packs => { int => [ map { "i18n-$_" } qw(en) ], }, + copy_from_repo => [ + 'autorun.inf' => 'files/autorun.inf', + 'dosutils' => 'dosutils', + 'isolinux/memtest' => "boot/memtest", + ], media => { storage => 'iso', label => build_label($build), @@ -258,6 +263,7 @@ my $_l = { ' + use non-free video drivers (slower to boot)' => { append => $default_append . ' nokmsboot' }, 'Install Mageia Live' => { append => $default_append . ' xdriver=free' }, ' + use non-free video drivers (slower to boot)' => { append => $default_append . ' nokmsboot' }, + 'Memory Test' => { command => 'linux16', image => '/boot/memtest', initrd => '' }, ], #mbr_boot_img => 'bootloader/boot_hybrid.img', #eltorito_img => 'bootloader/eltorito.img', |