Date: Wed, 8 Feb 2006 23:08:39 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91406 for review Message-ID: <200602082308.k18N8dvr037330@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91406 Change 91406 by soc-andrew@soc-andrew_serv on 2006/02/08 23:08:37 Update the comment on what release.9 is for Only put /etc/rc.d/bsdinstaller on the CD as it is used to mount /usr from a CD device Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#28 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#28 (text+ko) ==== @@ -778,7 +778,7 @@ @true .endif -# Build the BSD Installer mfs images +# Build the BSD Installer File system release.9: .if defined(BSDINSTALLER) rm -rf ${RD}/bsdinstaller @@ -813,8 +813,6 @@ @mkdir -p ${RD}/bsdinstaller/root/var/tmp cp ${.CURDIR}/bsdinstaller/bsdinstaller_shell.sh ${RD}/bsdinstaller/root/ chmod u+x ${RD}/bsdinstaller/root/bsdinstaller_shell.sh - cp ${.CURDIR}/bsdinstaller/bsdinstaller ${RD}/bsdinstaller/root/etc/rc.d/ - chmod u+x ${RD}/bsdinstaller/root/etc/rc.d/bsdinstaller cp ${RD}/bsdinstaller/root/etc/master.passwd ${RD}/bsdinstaller/master.passwd @echo "bsdinstaller::0:0::0:0:BSD Installer:/root:/bsdinstaller_shell.sh" >> ${RD}/bsdinstaller/master.passwd pwd_mkdb -p -d ${RD}/bsdinstaller/root/etc \ @@ -988,6 +986,8 @@ ( for dir in dev mnt proc root tmp usr var ; do \ mkdir ${RD}/bsdinstaller/mfs_root/$$dir; \ done ) + cp ${.CURDIR}/bsdinstaller/bsdinstaller ${RD}/bsdinstaller/mfs_root/etc/rc.d/ + 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 ln -s /usr/boot ${RD}/bsdinstaller/mfs_root/boot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602082308.k18N8dvr037330>