看板 DFBSD_bugs 關於我們 聯絡資訊
I've been playing in the nrelease directory to customize the ISO image and am finding that the EXTRA_PACKAGES macro isn't behaving the way I would have expected (line 15 in the Makefile). Is the intent of this macro to include additional packages in the image from the command line? For example, # make EXTRA_PACKAGES="XFree86-4.3.0,1" release would add the XFree86 package to the install image. If so, here's a patch. diff -u -r1.19 Makefile --- nrelease/Makefile 11 Nov 2004 19:45:19 -0000 1.19 +++ nrelease/Makefile 23 Dec 2004 02:54:35 -0000 @@ -52,7 +52,7 @@ thttpd-notimeout-2.24 dfuife_cgi-1.1 INSTALLER_SKELS= installer -INSTALLER_ENV= EXTRA_PACKAGES="${INSTALLER_PKGS}" \ +INSTALLER_ENV= EXTRA_PACKAGES="${INSTALLER_PKGS} ${EXTRA_PACKAGES}" \ EXTRA_ROOTSKELS="${INSTALLER_SKELS}" -- Chuck Tuffli Agilent Technologies