PLD-doc/book/en_book__install/en_install__rescuecd.chp

patrys cvs at pld-linux.org
Sat Nov 19 20:37:31 CET 2005


Author: patrys
Date: Sat Nov 19 20:37:29 2005
New Revision: 6542

Modified:
   PLD-doc/book/en_book__install/en_install__rescuecd.chp
Log:
- quick update to the installation procedure


Modified: PLD-doc/book/en_book__install/en_install__rescuecd.chp
==============================================================================
--- PLD-doc/book/en_book__install/en_install__rescuecd.chp	(original)
+++ PLD-doc/book/en_book__install/en_install__rescuecd.chp	Sat Nov 19 20:37:29 2005
@@ -294,54 +294,30 @@
 		<para>
 			Start the installation of PLD:
 		</para>
-		<screen># poldek --root /dest --mkdir -i FHS
-Retrieving ftp://ftp.pld-linux.org/dists/ac/[...]/packages.dir.mdd...
-Retrieving ftp://ftp.pld-linux.org/dists/ac/PLD/[...]/packages.dir.gz...
-.................................................. 100.0% [5.7M]
-Verifying ftp://ftp.pld-linux.org/dists/ac/PLD/[...]/packages.dir.gz...
-OK
-Retrieving ftp://ftp.pld-linux.org/dists/ac/[...]/packages.dir.mdd...
-Retrieving ftp://ftp.pld-linux.org/dists/ac/[...]/packages.dir.gz...
-Verifying ftp://ftp.pld-linux.org/dists/ac/[...]/packages.dir.gz... OK
-Retrieving ftp://ftp.pld-linux.org/dists/[...]/FHS-2.3-1.athlon.rpm...
-.................................................. 100.0% [40.0K]
-Retrieving ftp://ftp.pld-linux.org/[...]/setup-2.4.5-5.athlon.rpm...
-.................................................. 100.0% [154.6K]
-rpmdb: /var/lib/rpm/Filemd5s: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Sha1header: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Sigmd5: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Installtid: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Provideversion: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Requireversion: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Dirnames: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Triggername: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Providename: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Requirename: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Group: unable to flush: Read-only file system
-rpmdb: /var/lib/rpm/Basenames: unable to flush: Read-only file system
-error: db4 error(30) from dbenv->close: Read-only file system</screen>
-		<para>
-			 In this command <command>--root</command> option
-			 tells where the new packages should be installed.
-			 Error messages at this stage are expected and you do
-			 not have to worry about them.
-		</para>
-		<para>
-			Create a new data base for rpm's with the command:
-		</para>
-		<screen># rpm --root /dest --initdb</screen>
-		<para>
-			... and install basic PLD files:
-		</para>	
-		<screen># poldek --root /dest --mkdir -i \
-lilo SysVinit rc-scripts poldek FHS geninitrd pico bash mc \
-openssl dev pcre xfsprogs login shadow modutils --nodeps</screen>
-		<para>
-			 The last command should be typed in as one line. If
-			 you prefer to use <command>grub</command> rather than
-			 <command>lilo</command> then make approprieate
-			 changes in the line above. Same thing with
-			 <command>pico</command> and <command>mc</command>
+		<screen># poldek --install-dist=/dest \
+kernel SysVinit rc-scripts poldek FHS geninitrd lilo \
+bash pwdutils openssh-server</screen>
+		<para>
+			This command should be typed as one line. If you prefer
+			to use <productname>grub</productname> instead of
+			<productname>lilo</productname>, make an appropriate
+			change to the line above.
+		</para>
+		<para>
+			In this command <command>--install-dist</command> option
+			tells where the new packages should be installed.
+		</para>
+		<para>
+			Please note that unlike the previous versions,
+			current <productname>poldek</productname> will take care of
+			all the necessary tasks, including <productname>rpm</productname>
+			database initialization. No additional steps are needed.
+			Please also note that currently
+			kernel packages are available in several flavours so
+			it might be necessary to replace <command>kernel</command>
+			in the above example with <command>kernel-grsecurity</command>
+			for <productname>grsecurity</productname> support and/or
+			append <command>-smp</command> for multiple CPU support.
 		</para>
 		<para>
 			 After installing the new PLD files use



More information about the pld-cvs-commit mailing list