PLDWWW: Packages/Anaconda

patrys patrys at pld-linux.org
Fri Aug 29 14:40:06 CEST 2008


Author: patrys   Date: Fri Aug 29 12:40:06 2008 GMT
Module: PLDWWW   URL: http://pld-linux.org/Packages/Anaconda?action=diff&rev2=27&rev1=26
---- Log message:


---- Page affected: Packages/Anaconda

---- Diffs:

================================================================
  After you've successfully booted from livecd and logged into root shell, invoke anaconda:
  
  {{{
- anaconda -C -m ftp://ftp.pld-linux.org/dists/th/
+ anaconda -T -m ftp://ftp.pld-linux.org/dists/th/
  }}}
  
  This will anaconda install from the selected url.
  
+ == Testing changes ==
+ 
+ In order to test your changes without building a whole new CD, you can test Anaconda on your local system. To do so, go to the folder where your local build is and type:
+ 
+ {{{
+ sudo ./anaconda --test -T -m ftp://ftp.pld-linux.org/dists/th/
+ }}}
+ 
+ You can also test the graphic mode using:
+ 
+ {{{
+ sudo ./anaconda --test -G -m ftp://ftp.pld-linux.org/dists/th/
+ }}}
+ 
+ == Installing a chroot ==
+ 
+ To install into a chroot, pass the {{{-r}}} command line switch:
+ 
+ {{{
+ anaconda -G -m ftp://ftp.pld-linux.org/dists/th/ -r /path/to/chroot
+ }}}
+ 
+ This will skip the partitioning steps and proceed with software selection and package installation.
+ 


More information about the pld-cvs-commit mailing list