Date: Fri, 8 Jul 2005 09:54:13 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79745 for review Message-ID: <200507080954.j689sD3m044750@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79745 Change 79745 by soc-andrew@soc-andrew_serv on 2005/07/08 09:53:14 Remove 2 lines that slipped in with the last submit. This fixes make (re)release and removes a duplicate line Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/release/Makefile#4 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/release/Makefile#4 (text+ko) ==== @@ -939,11 +939,9 @@ .else @cp ${RD}/mfsroot/mfsroot.gz ${CD_LIVEFS}/boot/mfsroot.gz .endif - @cp ${RD}/mfsroot/mfsroot.gz ${CD_LIVEFS}/boot/mfsroot.gz @echo 'mfsroot_load="YES"' > ${CD_LIVEFS}/boot/loader.conf @echo 'mfsroot_type="mfs_root"' >> ${CD_LIVEFS}/boot/loader.conf @echo 'mfsroot_name="/boot/mfsroot"' >> ${CD_LIVEFS}/boot/loader.conf -.endif .if exists(${RD}/trees/base/boot/device.hints) # Break the link to device.hints so we can modify it @rm -f ${CD_LIVEFS}/boot/device.hints
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507080954.j689sD3m044750>