Date: Mon, 27 Feb 2006 00:26:43 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92442 for review Message-ID: <200602270026.k1R0QhiB047764@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92442 Change 92442 by soc-andrew@soc-andrew_serv on 2006/02/27 00:26:14 Install the lua package to the CD image Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#29 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#29 (text+ko) ==== @@ -795,6 +795,13 @@ mkdir ${RD}/bsdinstaller/root/$$dir; \ done ) + # Install Lua into the package root + # XXX Make the ftp site changeable + ( /usr/bin/fetch -ARr -o ${RD}/bsdinstaller/root/lua.tbz \ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/${MACHIVE_ARCH}/packages-7-current/latest/lua.tbz && \ + pkg_add -C ${RD}/bsdinstaller/root /lua.tbz ) + rm ${RD}/bsdinstaller/root/lua.tbz + @touch ${RD}/bsdinstaller/root/etc/fstab @echo "sendmail_enable=\"NONE\"" > ${RD}/bsdinstaller/root/etc/rc.conf @echo "cron_enable=\"NO\"" >> ${RD}/bsdinstaller/root/etc/rc.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602270026.k1R0QhiB047764>