summaryrefslogtreecommitdiffstats
path: root/config/live.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/live.cfg')
-rw-r--r--config/live.cfg29
1 files changed, 13 insertions, 16 deletions
diff --git a/config/live.cfg b/config/live.cfg
index e978bb3..105c3d7 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -20,7 +20,6 @@ my $_l = {
auto_install => 'config/auto_inst.cfg.pl',
install_env => {
},
- hide_media_dirs => 0,
if_($live->{settings}{default_user}, preselect_kdm_user => $live->{settings}{default_user}),
langs_always => [ 'en_US' ],
files => [
@@ -133,10 +132,8 @@ my $_l = {
],
disable_timers => [
],
+ append => "splash quiet noiswmd audit=0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0",
vga_mode => 788,
- gfxboot => 1,
- initrd_post => join("\n",
- ),
postInstall => join(';',
if_($live->{settings}{default_user}, "echo $live->{settings}{default_user} > /etc/draklive-install.d/user"),
"perl -pi -e 's,<DEFAULT_USER>,$live->{settings}{default_user},' /etc/draklive-install.d/sysconfig/finish-install",
@@ -245,20 +242,20 @@ my $_l = {
int => [ map { "i18n-$_" } qw(en) ],
},
media => {
- storage => 'iso',
+ storage => 'iso',
+ source => build_one_label($live),
+ bootloader_theme => 'maggy',
bootloader_timeout => 10,
- boot_entries => [ "live" => " xdriver=free",
- "live-nf" => " nokmsboot",
- "linux" => " install xdriver=free",
- "linux-nf" => " install nokmsboot",
- ],
- source => build_one_label($live),
- pre => [ 'for i in seq 1 5; do showlabels --removable | grep ' . build_one_label($live) . '; if [ $? -eq 0 ]; then break; fi; sleep 1; done' ],
- extra_modules => [ qw(vfat sd_mod usb_storage ehci_hcd ehci_pci ehci_platform ohci_hcd ohci_pci ohci_platform uhci_hcd xhci_hcd xhci_pci xhci_plat_hcd) ],
+ bootloader_default => 0,
+ bootloader_entries => [ 'Boot Mageia Live' => 'xdriver=free',
+ ' + use non-free video drivers' => 'nokmsboot',
+ 'Install Mageia Live' => 'install xdriver=free',
+ ' + use non-free video drivers' => 'install nokmsboot',
+ ],
+ #mbr_boot_img => 'files/grub2/boot_hybrid.img',
+ #eltorito_img => 'files/grub2/eltorito.img',
+ #bootx64_efi => 'files/grub2/bootx64.efi',
files => [
- if_($live->{settings}{arch} eq 'x86_64',
- [ 'files/UEFI/EFI', '' ],
- ),
# FIXME: add doc and autorun
#[ 'extra/livecd/autorun/*', ''],
#map { [ 'extra/livecd/' . $_, $_ ] } qw(LISEZMOI.pdf README.pdf)