1

Я хочу иметь загрузочный DVD с двумя дистрибутивами Linux Mint на нем. Ultimate boot cd имеет возможность настраивать ubcd и добавлять свои собственные iso. Я пытался добавить свои собственные ISO, но я застрял, потому что я не знаю, какие строки добавить в файл custom.cfg.

вот что написано на странице настройки:

Adding ISO images
To add your own ISO images to UBCD, copy them to c:\ubcd-extracted\ubcd\custom. 
You can optionally compress each image using gzip (via a tool such as 7-Zip) to make them smaller. 
Then edit c:\ubcd-extracted\ubcd\custom\custom.cfg and add each ISO image to the menu.

For example:
LABEL -
MENU LABEL Windows 98
TEXT HELP
 Windows 98 boot disk
ENDTEXT
LINUX /boot/syslinux/memdisk
INITRD /ubcd/custom/win98.iso.gz
APPEND iso raw

Note that not all ISO images can be successfully booted this way. 
Real mode OSes and boot loaders that use INT13 BIOS calls will likely work, but other may not. 
For more information, refer to the memdisk documentation on ISO image support.

что я должен добавить, когда я хочу добавить этот файл, например: linuxmint-17-cinnamon-dvd-32bit.iso?

я должен только изменить строку с INITRD или также строку с APPEND iso raw?

Страница настройки не объясняет этого.

0