1 # $Id: x86test.install,v 1.7 2008/01/30 14:39:33 travis Exp $
2 # arg 1: the new package version
4 echo "> You might add on entry to you lilo.conf such as,"
6 echo ">>> image=/boot/x86test/x86test_zImage"
7 echo ">>> label=x86test"
9 echo "> or to GRUB's menu.lst like,"
11 echo ">>> title x86test"
12 echo ">>> root (hd0,0)"
13 echo ">>> kernel /boot/x86test/x86test_zImage"
15 echo "> substitute the appropoite device for (hd0,0)."
17 # Run ldconfig after installation
18 # the makefile wants to do this after make install
21 # arg 1: the new package version
22 # arg 2: the old package version
28 echo "> You might remove on entry to you lilo.conf such as,"
30 echo ">>> image=/boot/x86test/x86test_zImage"
31 echo ">>> label=x86test"
33 echo "> or to GRUB's menu.lst like,"
35 echo ">>> title x86test"
36 echo ">>> root (hd0,0)"
37 echo ">>> kernel /boot/x86test/x86test_zImage"
39 echo "> substitute the appropoite device for (hd0,0)."