DragonFly BSD
DragonFly bugs List (threaded) for 2004-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

EXTRA_PACKAGES macro in src/nrelease/Makefile


From: Chuck Tuffli <chuck_tuffli@xxxxxxxxxxx>
Date: Wed, 22 Dec 2004 18:57:33 -0800

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]