From 6c3485cb540f66278c60a5bd9f79c7e3a384dd40 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 22 Oct 2016 18:18:18 +0100 Subject: live.cfg: add the xdriver=free option to the syslinux boot command lines. --- config/live.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/live.cfg') diff --git a/config/live.cfg b/config/live.cfg index 23623c2..f9a99ea 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -258,7 +258,7 @@ my $_l = { media => { storage => 'cdrom', bootloader_timeout => 10, - boot_entries => [ "" => "", "linux" => " install", "harddisk" => "" ], + boot_entries => [ "" => " xdriver=free", "linux" => " install xdriver=free", "harddisk" => "" ], 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