diff options
author | 2015-01-22 10:45:49 +0000 | |
---|---|---|
committer | 2015-01-22 10:45:49 +0000 | |
commit | cefbdb549ba6d8a5b237026d7c6126d868fb7f3e (patch) | |
tree | 6ed8a67fcc3a50258eb7dbc136a9d25b0b41c94a /sys-boot/lilo/files | |
parent | We don't really need to default to +X as people will have it enabled globally... (diff) | |
download | historical-cefbdb549ba6d8a5b237026d7c6126d868fb7f3e.tar.gz historical-cefbdb549ba6d8a5b237026d7c6126d868fb7f3e.tar.bz2 historical-cefbdb549ba6d8a5b237026d7c6126d868fb7f3e.zip |
Avoid interactive password configurations, based on a report and initial patch by Andrew Savchenko in bug #497288. New upstream release, closes bug #536942 by Joshua Kinard.
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xB5058F9A
Diffstat (limited to 'sys-boot/lilo/files')
-rw-r--r-- | sys-boot/lilo/files/lilo-24.1-novga.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-boot/lilo/files/lilo-24.1-novga.patch b/sys-boot/lilo/files/lilo-24.1-novga.patch new file mode 100644 index 000000000000..512fac694fdb --- /dev/null +++ b/sys-boot/lilo/files/lilo-24.1-novga.patch @@ -0,0 +1,12 @@ +diff -uNr lilo-24.1.ORIG/make.vars lilo-24.1/make.vars +--- lilo-24.1.ORIG/make.vars 2015-01-22 10:36:54.656904227 +0000 ++++ lilo-24.1/make.vars 2015-01-22 10:37:16.516903935 +0000 +@@ -71,7 +71,7 @@ + + CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \ + -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL \ +- -DMDPRAID -DDEVMAPPER ++ -DMDPRAID -DDEVMAPPER -DNOVGA + + # set the following if you wish LILO.COM to be installed + DOS_DIR=/dosC/boot |