Changes between Initial Version and Version 1 of jazz/08-04-11


Ignore:
Timestamp:
Apr 9, 2008, 8:02:00 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-04-11

    v1 v1  
     1* 2008-04-09:
     2  * How to add lenny network install image to DRBL memu?
     3    * Step 1: modify /opt/drbl/conf/drbl.conf
     4{{{
     5--- /opt/drbl/conf/drbl.conf.bak        2008-04-09 19:38:07.000000000 +0800
     6+++ /opt/drbl/conf/drbl.conf    2008-04-09 19:38:26.000000000 +0800
     7@@ -356,7 +356,7 @@
     8 setup_bsd_netinst="no"
     9
     10 # Debian netinstall
     11-debian_netinstall_ver="etch lenny"
     12+debian_netinstall_ver="etch"
     13 debian_netinstall_arch="i386 amd64"
     14 debian_url_site="http://free.nchc.org.tw"
     15 # Path to Debian where directory $ver (Ex. etch) exists
     16}}}
     17    * Step 2: run /opt/drbl/sbin/drbl-netinstall to download
     18    * Step 3: run /opt/drbl/sbin/generate-pxe-menu to update PXE menu
     19{{{
     20# /opt/drbl/sbin/drbl-netinstall -i debian
     21# /opt/drbl/sbin/generate-pxe-menu
     22}}}