16 lines
557 B
Python
16 lines
557 B
Python
# use abs path, otherwise daily iso build automagic won't work
|
|
%import /sabayon/molecules/serverbase.common
|
|
|
|
release_version: 7
|
|
release_desc: x86 ServerBase
|
|
|
|
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
|
# have to append "linux32" this is useful for inner_chroot_script
|
|
prechroot: linux32
|
|
|
|
# Path to source ISO file (MANDATORY)
|
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
|
|
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
|
destination_iso_image_name: Sabayon_Linux_ServerBase_7_x86.iso
|