From owner-p4-projects@FreeBSD.ORG Wed Apr 8 19:54:59 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2D360106566C; Wed, 8 Apr 2009 19:54:59 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8273106566B for ; Wed, 8 Apr 2009 19:54:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B56B38FC19 for ; Wed, 8 Apr 2009 19:54:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n38Jsw6F022422 for ; Wed, 8 Apr 2009 19:54:58 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n38Jsw0N022420 for perforce@freebsd.org; Wed, 8 Apr 2009 19:54:58 GMT (envelope-from rene@FreeBSD.org) Date: Wed, 8 Apr 2009 19:54:58 GMT Message-Id: <200904081954.n38Jsw0N022420@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Cc: Subject: PERFORCE change 160392 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: Wed, 08 Apr 2009 19:55:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=160392 Change 160392 by rene@rene_self on 2009/04/08 19:54:45 solid-state: sync draft translation with cvs 1.16 Affected files ... .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/articles/solid-state/article.sgml#10 edit Differences ... ==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/articles/solid-state/article.sgml#10 (text+ko) ==== @@ -314,11 +314,10 @@ Exit the custom installation menu, and from the main installation menu choose the fixit option. After - entering the fixit environment, enter the following commands: + entering the fixit environment, enter the following command: + + &prompt.root; disklabel -e /dev/ad0c - &prompt.root; mknod /dev/ad0a c 116 0 -&prompt.root; mknod /dev/ad0c c 116 2 -&prompt.root; disklabel -e /dev/ad0c At this point you will have entered the vi editor under the auspices of the disklabel command. Next, you need to add an a: line at the end of the file. This @@ -333,8 +332,8 @@ sure that fstype is 4.2BSD. Save the file and exit. - &prompt.root; disklabel -B -r /dev/ad0c -&prompt.root; newfs /dev/ad0a + &prompt.root; disklabel -B -r /dev/ad0c +&prompt.root; newfs /dev/ad0a @@ -342,7 +341,7 @@ Mount the newly prepared flash media: - &prompt.root; mount /dev/ad0a /flash + &prompt.root; mount /dev/ad0a /flash Bring this machine up on the network so we may transfer our tar file and explode it onto our flash media filesystem. One example of @@ -457,9 +456,8 @@ lifespan. To make it possible to enter a ports directory and successfully - run make install, it is necessary for the file - /var/db/port.mkversion to exist, and that it has - a correct date in it. Further, we must create a packages directory on + run make install, + we must create a packages directory on a non-memory filesystem that will keep track of our packages across reboots. Because it is necessary to mount your filesystems as read-write for the installation of a package anyway, it is sensible to @@ -478,21 +476,9 @@ &prompt.root; ln -s /etc/pkg /var/db/pkg - Add another line in /etc/rc.diskless2 that - creates and populates - /var/db/port.mkversion - - &prompt.root; touch /var/db/port.mkversion -&prompt.root; chmod 0644 /var/db/port.mkversion -&prompt.root; echo 20010412 >> /var/db/port.mkversion - - where 20010412 is a date that is - appropriate for your particular release of FreeBSD - Now, any time that you mount your filesystems as read-write and - install a package, the make install will work - because it finds a suitable - /var/db/port.mkversion, and package information + install a package, the make install will work, + and package information will be written successfully to /etc/pkg (because the filesystem will, at that time, be mounted read-write) which will always be available to the operating system as