PERFORCE change 110766 for review
soc-andrew
soc-andrew at FreeBSD.org
Thu Nov 30 15:24:33 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=110766
Change 110766 by soc-andrew at soc-andrew_serv on 2006/11/30 23:23:36
Add a background to the frontent with the version being installed
The lua50-compat51 package is now called lua50-compat
Affected files ...
.. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#55 edit
Differences ...
==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#55 (text+ko) ====
@@ -837,7 +837,7 @@
# Add Lua and modules into the installer's tree
@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50 \
ROOT=${RD}/bsdinstaller/root
- @cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-compat51 \
+ @cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=lua50-compat \
ROOT=${RD}/bsdinstaller/root
@cd ${.CURDIR} && $(MAKE) installPackage PACKAGE=luasocket \
ROOT=${RD}/bsdinstaller/root
@@ -877,6 +877,7 @@
@mkdir -p ${RD}/bsdinstaller/root/var/empty
@mkdir -p ${RD}/bsdinstaller/root/var/run
@mkdir -p ${RD}/bsdinstaller/root/var/tmp
+ echo " Installing ${BUILDNAME}" > ${RD}/bsdinstaller/root/background.txt
cp ${.CURDIR}/bsdinstaller/bsdinstaller_shell.sh ${RD}/bsdinstaller/root/
chmod u+x ${RD}/bsdinstaller/root/bsdinstaller_shell.sh
cp ${RD}/bsdinstaller/root/etc/master.passwd ${RD}/bsdinstaller/master.passwd
@@ -1058,6 +1059,7 @@
chmod u+x ${RD}/bsdinstaller/mfs_root/etc/rc.d/bsdinstaller
cp ${.CURDIR}/bsdinstaller/bsdinstaller_shell.sh ${RD}/bsdinstaller/mfs_root/
chmod u+x ${RD}/bsdinstaller/mfs_root/bsdinstaller_shell.sh
+ cp ${RD}/bsdinstaller/root/background.txt ${RD}/bsdinstaller/mfs_root/
ln -s /usr/boot ${RD}/bsdinstaller/mfs_root/boot
sh -e ${DOFS_SH} ${RD}/bsdinstaller/mfsroot ${RD} ${MNT} \
20000 ${RD}/bsdinstaller/mfs_root ${MFSINODE} auto
More information about the p4-projects
mailing list