Zen

Translation

English [[build-iso-with-mkisofs]] == Build a RedHat ISO Image With mkisofs You can use [command]``mkisofs`` to create a bootable ISO image to be used by the target system for installation of a {redhat} system. When the system is rebooted or switched on, it boots from the image, loads the {kickstart} configuration from your {productname}, and installs {rhel} according to the {kickstart} profile. .Procedure: Building a Bootable ISO With mkisofs . Copy the contents of [path]``/isolinux`` from the first CD-ROM of the target distribution. . Edit the [path]``isolinux.cfg`` file to default to 'ks'. Change the 'ks' section to read: + ---- label ks kernel vmlinuz append text ks=`url` initrd=initrd.img lang= devfs=nomount #. ramdisk_size=16438 `ksdevice` ---- + IP address-based {kickstart} URLs look like this: + ---- http://`my.manager.server`/kickstart/ks/mode/ip_range ---- + The {kickstart} distribution defined via the IP range should match the distribution from which you are building, to prevent errors occurring. . OPTIONAL: If you want to use the [replaceable]``ksdevice``, it looks like this: + ---- ksdevice=eth0 ---- + It is possible to change the distribution for a Kickstart profile within a family, such as {rhel} AS 4 to {rhel} ES 4, by specifying the new distribution label. Note that you cannot move between versions (4 to 5) or between updates (U1 to U2). . Customize [path]``isolinux.cfg`` further as required. For example, you can add multiple options, different boot messages, or shorter timeout periods. . Create the ISO with this command: + ---- mkisofs -o file.iso -b isolinux.bin -c boot.cat -no-emul-boot #. -boot-load-size 4 -boot-info-table -R -J -v -T isolinux/ ---- + Note that [path]``isolinux/`` is the relative path to the directory containing the modified isolinux files copied from the distribution CD, while [path]``file.iso`` is the output ISO file, which is placed into the current directory. . Burn the ISO to CD-ROM and insert the disk. Alternatively prepare an USB key and insert it. . Boot the system and type [command]``ks`` at the prompt (if you left the label for the Kickstart boot as 'ks'). . Press kbd:[Enter] to start {kickstart}. type: Title =
English Czech Actions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Loading…

User avatar None

Source string changed

3 years ago
Browse all string changes

Things to check

Mismatched full stop

Source and translation do not both end with a full stop

Reset

Glossary

English Czech
No related strings found in the glossary.

String information

Source string description
[[build-iso-with-mkisofs]] == Build a RedHat ISO Image With mkisofs You can use [command]``mkisofs`` to create a bootable ISO image to be used by the target system for installation of a {redhat} system. When the system is rebooted or switched on, it boots from the image, loads the {kickstart} configuration from your {productname}, and installs {rhel} according to the {kickstart} profile. .Procedure: Building a Bootable ISO With mkisofs . Copy the contents of [path]``/isolinux`` from the first CD-ROM of the target distribution. . Edit the [path]``isolinux.cfg`` file to default to 'ks'. Change the 'ks' section to read: + ---- label ks kernel vmlinuz append text ks=`url` initrd=initrd.img lang= devfs=nomount #. ramdisk_size=16438 `ksdevice` ---- + IP address-based {kickstart} URLs look like this: + ---- http://`my.manager.server`/kickstart/ks/mode/ip_range ---- + The {kickstart} distribution defined via the IP range should match the distribution from which you are building, to prevent errors occurring. . OPTIONAL: If you want to use the [replaceable]``ksdevice``, it looks like this: + ---- ksdevice=eth0 ---- + It is possible to change the distribution for a Kickstart profile within a family, such as {rhel} AS 4 to {rhel} ES 4, by specifying the new distribution label. Note that you cannot move between versions (4 to 5) or between updates (U1 to U2). . Customize [path]``isolinux.cfg`` further as required. For example, you can add multiple options, different boot messages, or shorter timeout periods. . Create the ISO with this command: + ---- mkisofs -o file.iso -b isolinux.bin -c boot.cat -no-emul-boot #. -boot-load-size 4 -boot-info-table -R -J -v -T isolinux/ ---- + Note that [path]``isolinux/`` is the relative path to the directory containing the modified isolinux files copied from the distribution CD, while [path]``file.iso`` is the output ISO file, which is placed into the current directory. . Burn the ISO to CD-ROM and insert the disk. Alternatively prepare an USB key and insert it. . Boot the system and type [command]``ks`` at the prompt (if you left the label for the Kickstart boot as 'ks'). . Press kbd:[Enter] to start {kickstart}. type: Title =
Flags
no-wrap
String age
3 years ago
Last updated
2 weeks ago
Source string age
3 years ago
Translation file
l10n-weblate/client-configuration/cs.po, string 207