PLDWWW: Docs/man/Installing PLD Linux based on Rescue CD

glen glen at pld-linux.org
Tue Oct 21 14:05:52 CEST 2008


Author: glen   Date: Tue Oct 21 12:05:52 2008 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Docs/man/Installing_PLD_Linux_based_on_Rescue_CD?action=diff&rev2=3&rev1=2
---- Log message:


---- Page affected: Docs/man/Installing PLD Linux based on Rescue CD

---- Diffs:

================================================================
  
  We need to create mountpoint, and mounnt partition into it.
  {{{
- # mkdir /pldroot
+ # mkdir /pld
- # mount /dev/hda2 /pldroot
+ # mount /dev/hda2 /pld
  }}}
  
  If We want to use more partitions (ex. /boot), We need to mount it too.
@@ -59, +59 @@

  }}}
  
  == Poldek's configuration ==
- In file '''/etc/poldek/pld-source.conf''' We need to set '''_arch = ''' to chosen architecture ex.
+ In file '''/etc/poldek/repos.d/pld.conf''' We need to set '''_arch = ''' to chosen architecture ex.
  
  {{{
  _arch   = x86_64
@@ -67, +67 @@

  
  == Packages installation ==
  {{{
- # poldek --root /pldroot
+ # poldek --root /pld
  
  poldek> install setup FHS dev pwdutils chkconfig dhcpcd poldek vim geninitrd \
  modutils cpio lilo mount login mingetty
@@ -91, +91 @@

  == Kernel installation ==
  
  {{{
- # poldek --root /pldroot -i kernel
+ # poldek --root /pld -i kernel
  }}}
  
  == Bootloader ==


More information about the pld-cvs-commit mailing list