##------------------------------------------------------------------------## # Debain GNU/Linux tftplilo.conf Installation and Boot configuration. # ##------------------------------------------------------------------------## # When installation is complete 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 2.2!\n" "\n" "At the 'LILO Boot:' prompt you can enter a boot method followed by boot\n" "parameters. Available boot methods are:\n" " install - Start the installation procedure (default).\n" " boot - Boot to the installed NFS root file system.\n" "\n" "By default the the installer will use linux console (VT102) terminal\n" "emulation. This can be changed to VT100 by typing 'install TERM=vt100'\n" "at the 'LILO Boot:' prompt.\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 2.2. restricted = No root = /dev/ram0 kernel = linuxbvme6000 ramdisk = rootbvme6000.bin read-only [boot] BVME4000 BVME6000 label = Boot description = Boot NFS root file system. kernel = linuxbvme6000 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 2.2. restricted = No root = /dev/ram0 kernel = linuxmvme16x ramdisk = rootmvme16x.bin read-only [boot] MVME162 MVME166 MVME167 MVME172 MVME177 label = Boot description = Boot NFS root file system. kernel = linuxmvme16x root = /dev/nfs append = nfsroot=/nfshome/%C nfsaddrs=%C:%S:%g:%M::: ##------------------------------------------------------------------------##