gitweb: updated to 1.5.4.2
[namenlos-ports.git] / kernel / remove-lilo-calls.patch
blob6b545a5d6dd67d8454303e2d3dcbd95f370533ab
1 --- arch/x86/boot/install.sh.old 2008-01-25 10:16:43.000000000 +0100
2 +++ arch/x86/boot/install.sh 2008-01-25 10:17:01.000000000 +0100
3 @@ -50,12 +50,3 @@
5 cat $2 > $4/vmlinuz
6 cp $3 $4/System.map
8 -if [ -x /sbin/lilo ]; then
9 - /sbin/lilo
10 -elif [ -x /etc/lilo/install ]; then
11 - /etc/lilo/install
12 -else
13 - sync
14 - echo "Cannot find LILO."
15 -fi