diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-07-13 11:47:14 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-07-13 11:47:14 +0000 |
commit | a4afd0b62cd808a646606b7583ff7df082f00827 (patch) | |
tree | 74915a3e8567ae109cffb21b246578e076a934d1 /sys-boot/lilo/files | |
parent | Portage may whine about LILO prestripping the chainloader but does not do thi... (diff) | |
download | historical-a4afd0b62cd808a646606b7583ff7df082f00827.tar.gz historical-a4afd0b62cd808a646606b7583ff7df082f00827.tar.bz2 historical-a4afd0b62cd808a646606b7583ff7df082f00827.zip |
Portage may whine about LILO prestripping the chainloader but does not do this properly by itself, as pointed out by Ulrich Mueller <ulm@kph.uni-mainz.de> in bug #140210. People will have to live with the QA warning for now.
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'sys-boot/lilo/files')
-rw-r--r-- | sys-boot/lilo/files/digest-lilo-22.7.2 | 6 | ||||
-rw-r--r-- | sys-boot/lilo/files/lilo-22.7.2-nostrip.patch | 12 |
2 files changed, 0 insertions, 18 deletions
diff --git a/sys-boot/lilo/files/digest-lilo-22.7.2 b/sys-boot/lilo/files/digest-lilo-22.7.2 deleted file mode 100644 index 84ae9e925068..000000000000 --- a/sys-boot/lilo/files/digest-lilo-22.7.2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 88acd6cac12da7e6da02615ba1ca6ddf dolilo-0.3.tar.bz2 3554 -RMD160 b9ae32021767b3548d6fdfe6b71d9100d81ed2ba dolilo-0.3.tar.bz2 3554 -SHA256 33ecd4f54f06067e937f442d1fd7b219f82dbcb7934311d3d20fe070cc2a30ed dolilo-0.3.tar.bz2 3554 -MD5 2bf1eb08c449a28ebadcf66c48a26567 lilo-22.7.2.src.tar.gz 433625 -RMD160 03fe32839751b3497dc9f06490dc2cd3bff6b805 lilo-22.7.2.src.tar.gz 433625 -SHA256 3fae019ee67a63f8fc35aade5e7f61a1dd01a210af1b46c6df4b9862597547da lilo-22.7.2.src.tar.gz 433625 diff --git a/sys-boot/lilo/files/lilo-22.7.2-nostrip.patch b/sys-boot/lilo/files/lilo-22.7.2-nostrip.patch deleted file mode 100644 index 7942476be9c1..000000000000 --- a/sys-boot/lilo/files/lilo-22.7.2-nostrip.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr lilo-22.7.2.ORIG/Makefile lilo-22.7.2/Makefile ---- lilo-22.7.2.ORIG/Makefile 2006-07-12 14:33:48.000000000 +0100 -+++ lilo-22.7.2/Makefile 2006-07-12 14:34:40.000000000 +0100 -@@ -238,7 +238,7 @@ - $(AS86) -w -l $*.lis -o $*.o $*.s - - .o.img: -- $(LD86) -s -o $*.img $*.o -+ $(LD86) -o $*.img $*.o - - .img.b: - dd if=$*.img of=$*.b bs=32 skip=1 |