[[PageOutline]] = Week Report = == 2008-04-09 == * How to add lenny network install image to DRBL memu? * Step 1: modify /opt/drbl/conf/drbl.conf {{{ #!diff --- /opt/drbl/conf/drbl.conf.bak 2008-04-09 19:38:07.000000000 +0800 +++ /opt/drbl/conf/drbl.conf 2008-04-09 19:38:26.000000000 +0800 @@ -356,7 +356,7 @@ setup_bsd_netinst="no" # Debian netinstall -debian_netinstall_ver="etch" +debian_netinstall_ver="etch lenny" debian_netinstall_arch="i386 amd64" debian_url_site="http://free.nchc.org.tw" # Path to Debian where directory $ver (Ex. etch) exists }}} * Step 2: run /opt/drbl/sbin/drbl-netinstall to download * Step 3: run /opt/drbl/sbin/generate-pxe-menu to update PXE menu {{{ # /opt/drbl/sbin/drbl-netinstall -i debian # /opt/drbl/sbin/generate-pxe-menu }}}