Skip to content

Commit

Permalink
Merge pull request #69 from yast/remove_plilo
Browse files Browse the repository at this point in the history
Remove plilo
  • Loading branch information
wfeldt committed Apr 10, 2014
2 parents ce4d756 + d75f32a commit 454ddb0
Show file tree
Hide file tree
Showing 25 changed files with 64 additions and 4,892 deletions.
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 10 11:18:51 UTC 2014 - jreidinger@suse.com

- drop not-supported bootloaders except grub1
- 3.1.21

-------------------------------------------------------------------
Tue Apr 8 11:27:42 UTC 2014 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-bootloader.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-bootloader
Version: 3.1.20
Version: 3.1.21
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
21 changes: 0 additions & 21 deletions src/Makefile.am
Expand Up @@ -5,11 +5,7 @@ module_DATA = \
modules/Bootloader.rb \
modules/BootGRUB2EFI.rb \
modules/BootStorage.rb \
modules/BootELILO.rb \
modules/BootZIPL.rb \
modules/BootArch.rb \
modules/BootPOWERLILO.rb \
modules/BootLILO.rb \
modules/GfxMenu.rb \
modules/BootSupportCheck.rb \
modules/BootGRUB2.rb \
Expand Down Expand Up @@ -40,13 +36,6 @@ ynclude_DATA = \
include/bootloader/routines/helps.rb \
include/bootloader/routines/common_helps.rb

ynclude1dir = @yncludedir@/bootloader/elilo
ynclude1_DATA = \
include/bootloader/elilo/widgets.rb \
include/bootloader/elilo/options.rb \
include/bootloader/elilo/dialogs.rb \
include/bootloader/elilo/helps.rb

ynclude2dir = @yncludedir@/bootloader/grub2
ynclude2_DATA = \
include/bootloader/grub2/options.rb \
Expand All @@ -61,16 +50,6 @@ ynclude3_DATA = \
include/bootloader/grub/dialogs.rb \
include/bootloader/grub/helps.rb

ynclude4dir = @yncludedir@/bootloader/zipl
ynclude4_DATA = \
include/bootloader/zipl/helps.rb

ynclude5dir = @yncludedir@/bootloader/ppc
ynclude5_DATA = \
include/bootloader/ppc/options.rb \
include/bootloader/ppc/dialogs.rb \
include/bootloader/ppc/helps.rb

ylibdir = "${yast2dir}/lib/bootloader"
ylib_DATA = \
lib/bootloader/grub2base.rb \
Expand Down
148 changes: 0 additions & 148 deletions src/include/bootloader/elilo/dialogs.rb

This file was deleted.

123 changes: 0 additions & 123 deletions src/include/bootloader/elilo/helps.rb

This file was deleted.

0 comments on commit 454ddb0

Please sign in to comment.