Changes between Version 21 and Version 22 of SaliRequirements


Ignore:
Timestamp:
02/01/13 16:34:24 (11 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliRequirements

    v21 v22  
    4848During these steps we assume you have unpacked the sali-x86_64-1.5.7.tar.gz in /tmp. So we have all SALI files under /tmp/sali-1.5.7.
    4949
    50 Before you can use the shell script, the following command must be available on your system:
     50The following commands must be present on our Linux machine before you can use the sali_create_bootdisk shell script:
    5151 - ```genisoimage``` - On most Linux distributions available in the package genisoimage
    5252 - ```isohybrid``` - On most Linux distributions available in the syslinux package
     
    7777}}}
    7878
    79 The created iso can be burned by your favorite software to a cd. Or you can use the dd utility to make a bootable USB disk
     79==== Burning to cd/dvd ====
     80Just use the iso with your favortie burning programm
     81
     82==== Copy to an USB drive ====
     83Make sure your USB drive is unmounted, then use the dd command to copy the iso to the USB drive.
     84
    8085{{{
    8186dd if=/tmp/sali-1.5.7/sali-x86_64--hybrid.iso of=/tmp/sdb bs=8192k
    8287}}}
    8388
    84 Assuming your USB disk is not mounted and is available at /dev/sdb
     89Assuming your USB disk is device /dev/sdb on your Linux distribution
    8590
    86 === Add custom boot entries to the cd ===
     91=== Add custom boot entries to the bootable cd/dvd/usb ===
    8792Adjust the file isolinux/isolinux.cfg to your needs to start installation via rsync or bittorrent. Some examples herebelow to generate a custom bootable SALI cd/dvd/usb. If you open the isolinux/isolinux.cfg you can add your custom entries between the comment lines 'BEGIN HERE' and 'END HERE'
    8893