[molecules] complete the CoreCDX -> Minimal rename
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
execution_strategy: iso_remaster
|
||||
|
||||
# ISO Image title
|
||||
iso_title: Sabayon CoreCDX
|
||||
iso_title: Sabayon Minimal
|
||||
|
||||
# Release string
|
||||
release_string: Sabayon Linux
|
||||
@@ -36,7 +36,7 @@ extra_mksquashfs_parameters: -comp xz -Xbcj x86
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat -eltorito-alt-boot -no-emul-boot -eltorito-platform efi -eltorito-boot boot/grub/efi.img
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
%env pre_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_pre_iso_script.sh CoreCDX
|
||||
%env pre_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_pre_iso_script.sh Minimal
|
||||
|
||||
# Post-ISO building script, called after ISO image generation.
|
||||
%env post_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_post_iso_script.sh
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/minimal.common
|
||||
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: amd64 CoreCDX
|
||||
release_desc: amd64 Minimal
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${ISO_TAG:-DAILY}_amd64_SpinBase.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/minimal.common
|
||||
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: x86 CoreCDX
|
||||
release_desc: x86 Minimal
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
# have to append "linux32" this is useful for inner_chroot_script
|
||||
|
||||
Reference in New Issue
Block a user