From 5c4c45d0b4cc28a7395ea4459c495a918c1df5be Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 12 Nov 2016 20:27:18 +0000 Subject: Allow draklive to automatically write disk labels into EFI grub.cfg file. --- config/live.cfg | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config') diff --git a/config/live.cfg b/config/live.cfg index 1cb3e4b..29335b6 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -284,12 +284,6 @@ my $_l = { files => [ if_($live->{settings}{arch} eq 'x86_64', [ 'files/UEFI/EFI', '' ], - if_($live->{settings}{desktop} eq 'PLASMA5', - [ 'files/UEFI/PLASMA5/grub.cfg', 'EFI/BOOT/' ], - ), - if_($live->{settings}{desktop} eq 'GNOME', - [ 'files/UEFI/GNOME/grub.cfg', 'EFI/BOOT/' ], - ), ), # FIXME: add doc and autorun #[ 'extra/livecd/autorun/*', ''], -- cgit v1.2.1