core/lilo/lilo-config.patch

88 lines
2.5 KiB
Diff
Raw Normal View History

2014-10-20 18:22:18 +02:00
diff -Nru lilo-24.1.orig/Makefile lilo-24.1/Makefile
--- lilo-24.1.orig/Makefile 2014-10-19 09:31:10.871906282 +0200
+++ lilo-24.1/Makefile 2014-10-19 09:33:40.570016027 +0200
@@ -12,7 +12,6 @@
2010-11-05 11:54:22 +01:00
#
all: test
2014-10-20 18:22:18 +02:00
make -C src all
- make -C images all
#
# make help
@@ -45,7 +44,6 @@
#
alles: test
$(MAKE) -C src alles
2011-04-11 08:56:47 +02:00
- $(MAKE) -C images all
2010-11-05 11:54:22 +01:00
#
2014-10-20 18:22:18 +02:00
# documentation files
@@ -104,12 +102,8 @@
2010-11-05 11:54:22 +01:00
#
install: all
2011-04-11 08:56:47 +02:00
$(MAKE) -C src install
- $(MAKE) -C images install
- $(MAKE) -C hooks install
- $(MAKE) -C sample install
$(MAKE) -C scripts install
$(MAKE) -C man install
- $(MAKE) -C dos install
2010-11-05 11:54:22 +01:00
tidy:
2011-04-11 08:56:47 +02:00
$(MAKE) -C src tidy
2014-10-20 18:22:18 +02:00
diff -Nru lilo-24.1.orig/make.vars lilo-24.1/make.vars
--- lilo-24.1.orig/make.vars 2015-07-26 16:42:59.144497363 +0200
+++ lilo-24.1/make.vars 2015-07-26 16:43:49.518277641 +0200
@@ -70,7 +70,7 @@
2010-07-19 16:12:57 +02:00
# XL_SECS=n Support for extra large (non-standard) floppies.
2006-07-08 12:04:00 +02:00
CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \
2010-07-19 16:12:57 +02:00
- -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL \
+ -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVIRTUAL \
-DMDPRAID -DDEVMAPPER
2007-02-20 15:39:44 +01:00
2010-07-19 16:12:57 +02:00
# set the following if you wish LILO.COM to be installed
2014-10-20 18:22:18 +02:00
diff -Nru lilo-24.1.orig/man/Makefile lilo-24.1/man/Makefile
--- lilo-24.1.orig/man/Makefile 2014-10-19 09:31:10.868573065 +0200
+++ lilo-24.1/man/Makefile 2014-10-19 09:31:38.537607503 +0200
@@ -12,7 +12,7 @@
2010-11-05 11:54:22 +01:00
2013-06-13 17:16:20 +02:00
PODFILES := lilo-uuid-diskid lilo liloconfig
MANFILES5 := lilo.conf
-MANFILES8 := keytab-lilo lilo-uuid-diskid lilo liloconfig mkrescue
+MANFILES8 := keytab-lilo lilo-uuid-diskid lilo
2010-11-05 11:54:22 +01:00
2013-06-13 17:16:20 +02:00
all:
2014-10-20 18:22:18 +02:00
diff -Nru lilo-24.1.orig/scripts/Makefile lilo-24.1/scripts/Makefile
--- lilo-24.1.orig/scripts/Makefile 2014-10-19 09:31:10.871906282 +0200
+++ lilo-24.1/scripts/Makefile 2014-10-19 09:31:38.537607503 +0200
@@ -15,7 +15,6 @@
2011-04-11 08:56:47 +02:00
install:
mkdir -p $$DESTDIR$(USRSBIN_DIR)
- install -m 0755 liloconfig $$DESTDIR$(USRSBIN_DIR)
install -m 0755 lilo-uuid-diskid $$DESTDIR$(USRSBIN_DIR)
clean:
2014-10-20 18:22:18 +02:00
diff -Nru lilo-24.1.orig/src/Makefile lilo-24.1/src/Makefile
--- lilo-24.1.orig/src/Makefile 2014-10-19 09:31:10.868573065 +0200
+++ lilo-24.1/src/Makefile 2014-10-19 09:34:59.340601665 +0200
@@ -47,7 +47,7 @@
2006-07-08 12:04:00 +02:00
#
# everything needed to run, just short of installation
#
2010-11-05 11:54:22 +01:00
-all: lilo bootsect.b
+all: lilo
2010-07-19 16:12:57 +02:00
#
# everything above plus the statically linked version
2014-10-20 18:22:18 +02:00
@@ -248,7 +248,6 @@
strip lilo.static; \
cp lilo.static $$DESTDIR$(SBIN_DIR)/lilo.static; \
fi
2010-07-19 16:12:57 +02:00
- cp ../mkrescue $$DESTDIR$(USRSBIN_DIR)/mkrescue
cp ../keytab-lilo.pl $$DESTDIR$(USRSBIN_DIR)/keytab-lilo
2010-11-05 11:54:22 +01:00
dep: