packages:anaconda
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:anaconda [2007-12-15 23:29] – patrys | packages:anaconda [2016-01-16 09:34] (current) – glen | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== Anaconda PLD Linux notes ====== | ====== Anaconda PLD Linux notes ====== | ||
- | * [[http:// | + | * [[package>anaconda]] |
- | * [[http:// | + | * [[http:// |
Line 11: | Line 11: | ||
===== Creating livecd ===== | ===== Creating livecd ===== | ||
- | Start by creating the Live CD root. Necessary steps are described at [[[: | + | Start by creating the Live CD root. Necessary steps are described at [[linux-live|Linux Live]]. |
Next install the '' | Next install the '' | ||
Line 19: | Line 19: | ||
< | < | ||
</ | </ | ||
+ | You will need to load all the necessary file system modules, so put the following into ''/ | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | ext2 | ||
+ | ext3 | ||
+ | jfs | ||
+ | reiser4 | ||
+ | reiserfs | ||
+ | xfs | ||
+ | </ | ||
+ | Also make sure the '' | ||
+ | |||
Then proceed with the rest of the steps and create an ISO image. | Then proceed with the rest of the steps and create an ISO image. | ||
Line 24: | Line 38: | ||
===== Creating repodata ===== | ===== Creating repodata ===== | ||
+ | To get an idea of how installation works, see the following graph: | ||
+ | |||
+ | {{inside-anaconda.png|}} | ||
+ | |||
As the installer will depend on repodata, you'll need to create repodata in your PLD Linux Distribution mirror. | As the installer will depend on repodata, you'll need to create repodata in your PLD Linux Distribution mirror. | ||
Line 32: | Line 50: | ||
createrepo -g comps.xml -c /tmp/cache1 -v PLD/RPMS/ | createrepo -g comps.xml -c /tmp/cache1 -v PLD/RPMS/ | ||
</ | </ | ||
- | NOTE: Currently PLD Linux AC and TH already have repodata on ftp. | + | th/ac ftp admin could generate repodata with: |
+ | |||
+ | < | ||
+ | </ | ||
+ | the comps.xml that is used for generation is at: | ||
+ | |||
+ | < | ||
+ | -rw-r--r-- 1 pldth pldth 114K 2008-01-06 19:09 / | ||
+ | </ | ||
+ | and in CVS: [[http:// | ||
+ | |||
+ | **NOTE** | ||
Line 41: | Line 70: | ||
- | < | + | < |
- | export LC_ALL=en_US.utf-8 | + | </ |
- | mirror=http://your-mirror/pld | + | Please note that http installation is preferred to ftp due to the way yum (current backend) works. It fetches package headers using partial download and ftp does not offer that feature. |
- | arch=`arch` | + | |
- | url=$mirror/dists/ac/PLD/$arch/ | + | This will anaconda |
- | anaconda --method=$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: | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | </ | ||
+ | You can also test the graphic mode using: | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Installing a chroot ===== | ||
+ | To install into a chroot, pass the '' | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
</ | </ | ||
- | This will just autodetect your archidecture | + | This will skip the partitioning steps and proceed with software selection and package installation. |
packages/anaconda.1197757767.txt.gz · Last modified: 2007-12-15 23:29 by patrys