Date: Thu, 28 Jul 2005 13:29:47 GMT From: soc-saturnero <soc-saturnero@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 81112 for review Message-ID: <200507281329.j6SDTlxJ055014@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81112 Change 81112 by soc-saturnero@soc-saturnero_sberta on 2005/07/28 13:29:20 Switch to GEOM_LABEL. Affected files ... .. //depot/projects/soc2005/freesbie/ToDo#4 edit .. //depot/projects/soc2005/freesbie/conf/amd64/FREESBIE#2 edit .. //depot/projects/soc2005/freesbie/conf/i386/FREESBIE#2 edit .. //depot/projects/soc2005/freesbie/conf/powerpc/FREESBIE#2 edit .. //depot/projects/soc2005/freesbie/scripts/flash.sh#1 add .. //depot/projects/soc2005/freesbie/scripts/img.sh#3 edit Differences ... ==== //depot/projects/soc2005/freesbie/ToDo#4 (text+ko) ==== @@ -1,4 +1,6 @@ - Write freesbie rcNG script + - eventually write separated files (one for uzip, one for unionfs, ..) + - Add a new target (patch?) for - creating loader.conf - creating rc.conf @@ -7,6 +9,8 @@ - Add FILE_LIST support to clonefs - Add PRUNE_LIST support to clonefs +- Package management +- Extra stuff List of files to be created: ==== //depot/projects/soc2005/freesbie/conf/amd64/FREESBIE#2 (text+ko) ==== @@ -24,7 +24,6 @@ options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. -options GEOM_UZIP # Read-only compressed disks options COMPAT_43 # Needed by COMPAT_LINUX32 options COMPAT_IA32 # Compatible with i386 binaries options COMPAT_FREEBSD4 # Compatible with FreeBSD4 @@ -262,3 +261,7 @@ options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN options SC_PIXEL_MODE # add support for the raster text mode + +options GEOM_UZIP # Read-only compressed disks +options GEOM_LABEL # Providers labelization. + ==== //depot/projects/soc2005/freesbie/conf/i386/FREESBIE#2 (text+ko) ==== @@ -25,7 +25,6 @@ options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. -options GEOM_UZIP # Read-only compressed disks options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI @@ -281,6 +280,8 @@ options VESA options SC_PIXEL_MODE +options GEOM_UZIP # Read-only compressed disks +options GEOM_LABEL # Providers labelization. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols ==== //depot/projects/soc2005/freesbie/conf/powerpc/FREESBIE#2 (text+ko) ==== @@ -30,7 +30,6 @@ options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options GEOM_GPT #GUID Partition Tables. -options GEOM_UZIP #Read-only compressed disks options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Keep this for a while options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI @@ -137,3 +136,6 @@ options IPDIVERT options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN +options GEOM_UZIP # Read-only compressed disks +options GEOM_LABEL # Providers labelization. + ==== //depot/projects/soc2005/freesbie/scripts/img.sh#3 (text+ko) ==== @@ -52,7 +52,7 @@ cd ${CLONEDIR} find . -print -depth | cpio -pvudm ${TMPDIR} >> ${LOGFILE} 2>&1 -echo "/dev/vol/${LABEL} / ufs rw 1 1" > ${CLONEDIR}/etc/fstab +echo "/dev/ufs/${LABEL} / ufs ro 1 1" > ${TMPDIR}/etc/fstab umount ${TMPDIR} cd ${LOCALDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507281329.j6SDTlxJ055014>