PERFORCE change 81112 for review
soc-saturnero
soc-saturnero at FreeBSD.org
Thu Jul 28 13:29:49 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=81112
Change 81112 by soc-saturnero at 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}
More information about the p4-projects
mailing list