Changes between Version 2 and Version 3 of SaliHowto


Ignore:
Timestamp:
04/18/12 16:05:14 (12 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliHowto

    v2 v3  
    1212 * [wiki:SaliRequirements build latest version from source]
    1313
     14Extract the tarball into the ''tftpboot directory'' on your installation host. At SARA we use [http://freecode.com/projects/atftp atftp (advance tftp server)]. The `tftpboot directory' at SARA is `/data/tftpboot'. We use this directory in our howto.
     15{{{
     16cd /data/tftpboot
     17mkdir sali
     18tar xvzf sali.tar.gz
     19-rw-r--r-- root/root       166 2012-04-18 15:32 AUTHORS
     20-rw-r--r-- root/root     11688 2012-04-18 15:32 CHANGELOG
     21-rw-r--r-- root/root     10299 2012-04-18 15:32 CREDITS
     22drwxr-xr-x root/root         0 2012-04-18 15:32 example/
     23-rw-r--r-- root/root      1186 2012-02-14 11:00 example/pxelinux.example
     24-rw-r--r-- root/root     24021 2012-02-14 11:00 example/masterscript.old
     25drwxr-xr-x root/root         0 2012-04-18 15:32 example/post-install/
     26-rw-r--r-- root/root      1038 2012-03-08 16:21hexample/post-install/02all.bootloader
     27-rw-r--r-- root/root       662 2012-03-02 08:51 example/post-install/98all.pxeconfig
     28-rw-r--r-- root/root      4125 2012-03-08 16:02 example/masterscript.new
     29-rw-r--r-- root/root      7651 2012-04-18 15:32 LICENSE
     30-rw-r--r-- root/root       445 2012-04-18 15:32 README
     31-rw-r--r-- root/root         6 2012-04-18 15:32 VERSION
     32drwxr-xr-x root/root         0 2012-04-18 15:32 x86_64/
     33-rw-r--r-- root/root  26269984 2012-04-18 15:32 x86_64/initrd.img
     34-rw-r--r-- root/root   2260864 2012-04-18 15:32 x86_64/kernel
     35}}}
     36
     37The files needed to boot a node are:
     38 1. kernel
     39 1. initrd.img
     40
     41To test the installation copy the `pxelinux.example` to your ``pxelinux.cfg`` directory. Is your tftpboot directory  with `pxelinux.cfg` appended. See [https://subtrac.sara.nl/oss/pxeconfig SARA pxeconfig utility]:
     42{{{
     43cp /data/tftpboot/sali/x86_64/example/pxelinux.example /data/tftpboot/pxelinux.cfg/default.sali_test
     44}}}
     45
     46
    1447