summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/live.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/live.cfg b/config/live.cfg
index 438704d..1a80d40 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -281,7 +281,11 @@ my $_l = {
media => {
storage => 'cdrom',
bootloader_timeout => 10,
- boot_entries => [ "" => " xdriver=free", "linux" => " install xdriver=free" ],
+ boot_entries => [ "live" => " xdriver=free",
+ "live-nf" => " nokmsboot",
+ "linux" => " install xdriver=free",
+ "linux-nf" => " install nokmsboot",
+ ],
if_($live->{settings}{product} =~ /LiveCD|LiveDVD/i,
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' ],