Skip to content

Commit

Permalink
Remove the grubby-bls script
Browse files Browse the repository at this point in the history
This is a script used by the grubby Fedora package to provide backward
compatibility with the grubby tool when using a BLS configuration.

Since the script is already shipped by the package and isn't part of the
grubby tool, having it in the repository just adds maintenance burden.

Signed-off-by: Javier Martinez Canillas <[email protected]>
  • Loading branch information
martinezjavier committed Aug 1, 2019
1 parent ee49b7b commit fc69ba6
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 1,254 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ debug : clean
test: all
@export TOPDIR=$(TOPDIR)
@./test.sh $(VERBOSE_TEST)
@./test-bls.sh $(VERBOSE_TEST)

install: all
mkdir -p $(DESTDIR)$(PREFIX)/sbin
Expand All @@ -53,7 +52,6 @@ install: all
install -m 644 new-kernel-pkg.8 $(DESTDIR)/$(mandir)/man8
install -m 755 installkernel $(DESTDIR)$(PREFIX)/sbin
install -m 644 installkernel.8 $(DESTDIR)/$(mandir)/man8
install -m 755 grubby-bls $(DESTDIR)$(PREFIX)/sbin
if [ -f grubby ]; then \
install -m 755 grubby $(DESTDIR)$(PREFIX)/sbin ; \
install -m 644 grubby.8 $(DESTDIR)/$(mandir)/man8 ; \
Expand Down
Loading

0 comments on commit fc69ba6

Please sign in to comment.