From c65af9b36f1514d453d2db85aa4148dc8a5c6e34 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 10 Apr 2017 19:36:42 +0100 Subject: Add boot menu entries to support using non-free video drivers. --- config/live.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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' ], -- cgit v1.2.1