From owner-p4-projects@FreeBSD.ORG Thu Jul 28 13:29:48 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 92DD916A421; Thu, 28 Jul 2005 13:29:48 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D9516A41F for ; Thu, 28 Jul 2005 13:29:48 +0000 (GMT) (envelope-from soc-saturnero@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1649943D4C for ; Thu, 28 Jul 2005 13:29:48 +0000 (GMT) (envelope-from soc-saturnero@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6SDTlcu055017 for ; Thu, 28 Jul 2005 13:29:47 GMT (envelope-from soc-saturnero@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6SDTlxJ055014 for perforce@freebsd.org; Thu, 28 Jul 2005 13:29:47 GMT (envelope-from soc-saturnero@freebsd.org) Date: Thu, 28 Jul 2005 13:29:47 GMT Message-Id: <200507281329.j6SDTlxJ055014@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-saturnero@freebsd.org using -f From: soc-saturnero To: Perforce Change Reviews Cc: Subject: PERFORCE change 81112 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 13:29:49 -0000 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}