diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-08-31 15:22:46 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-08-31 15:22:46 +0200 |
commit | 4497d72f4ec35924ba4fefc50e52585c90787c28 (patch) | |
tree | 26c87063acb884cfcabc055c975c404a736dd18f /config | |
parent | 98a4e14bec8bb16887fdb7a14583c23df7b78bec (diff) | |
download | draklive-config-4497d72f4ec35924ba4fefc50e52585c90787c28.tar draklive-config-4497d72f4ec35924ba4fefc50e52585c90787c28.tar.gz draklive-config-4497d72f4ec35924ba4fefc50e52585c90787c28.tar.bz2 draklive-config-4497d72f4ec35924ba4fefc50e52585c90787c28.tar.xz draklive-config-4497d72f4ec35924ba4fefc50e52585c90787c28.zip |
dont default to grub legacy anymore (for now atleast)
Diffstat (limited to 'config')
-rw-r--r-- | config/live.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/live.cfg b/config/live.cfg index f320962..9258ff7 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -66,8 +66,6 @@ my $_l = { if_($live->{settings}{arch} eq 'x86_64', [ 'files/mga_rpms/x86_64/mga_rpms', '/var/local/mga_rpms' ], ), - # default to grub legacy - [ 'files/bootloader.pm', '/usr/lib/libDrakX/bootloader.pm', { mode => 0644 } ], # disable suspend and hibernate in live mode [ 'files/50-disable-suspend.pkla', '/etc/polkit-1/localauthority/50-local.d/50-disable-suspend.pkla', { mode => 0644, no_install => 1 } ], #- make cups the default spooler |