##------------------------------------------------------------------------## # Debain GNU/Linux tftplilo.conf Installation and Boot configuration. # ##------------------------------------------------------------------------## # When installation has completed uncomment the following section and # add an "ip = a.b.c.d" line to match the IP address of the installed # system. This will allow you to boot without the installation menu # appearing. # #[crate] #ip = a.b.c.d #ip = w.x.y.z #boot = Boot #delay = 3 #prompt = No ##------------------------------------------------------------------------## # This section is used by default if there is no section above with a # matching IP address . # [crate] ip = any prompt = Yes boot = Install boot = Boot display = install-message [display-install-message] "\n\n\n" " Welcome to Debian GNU/Linux\n" "\n" "At the 'LILO Boot:' prompt enter a boot method followed by any\n" "additional kernel boot parameters that may be required.\n" "Available boot methods are:\n" " install - Start the installation procedure (default).\n" " boot - Boot to the installed NFS root file system.\n" "\n" "WARNING: You should completely back up all of your hard disks before\n" " proceeding. The installation procedure can completely and\n" " irreversibly erase them!\n" "\n" "Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent\n" "permitted by applicable law.\n" ##------------------------------------------------------------------------## # BVME4000/6000 # [boot] BVME4000 BVME6000 label = Install description = Install Debian GNU/Linux. restricted = No root = /dev/ram0 kernel = linuxbvme6000.bin ramdisk = rootbvme6000.bin read-only [boot] BVME4000 BVME6000 label = Boot description = Boot NFS root file system. kernel = linuxbvme6000.bin root = /dev/nfs append = nfsroot=/nfshome/%C nfsaddrs=%C:%S:%g:%M::: ##------------------------------------------------------------------------## # MVME162/6/7 and MVME172/7 # [boot] MVME162 MVME166 MVME167 MVME172 MVME177 label = Install description = Install Debian GNU/Linux. restricted = No root = /dev/ram0 kernel = linuxmvme16x.bin ramdisk = rootmvme16x.bin read-only [boot] MVME162 MVME166 MVME167 MVME172 MVME177 label = Boot description = Boot NFS root file system. kernel = linuxmvme16x.bin root = /dev/nfs append = nfsroot=/nfshome/%C nfsaddrs=%C:%S:%g:%M::: ##------------------------------------------------------------------------##