video-editing: Fix name of the ISO
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place,
|
||||
# for example.
|
||||
# NOTE: Not inserted on gnome.common to fix use of forensics pre_iso_script.
|
||||
%env pre_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_pre_iso_script.sh GNOME
|
||||
%env pre_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_pre_iso_script.sh "Video Editing"
|
||||
|
||||
# Release Version
|
||||
%env release_version: ${SABAYON_RELEASE:-LATEST}
|
||||
|
||||
@@ -20,7 +20,7 @@ if [ -n "${boot_kernel}" ] && [ -f "${boot_kernel}" ]; then
|
||||
cp "${boot_ramfs}" "${CDROOT_DIR}/boot/sabayon.igz" || exit 1
|
||||
fi
|
||||
|
||||
if [ "${remaster_type}" = "KDE" ] || [ "${remaster_type}" = "GNOME" ]; then
|
||||
if [ "${remaster_type}" = "KDE" ] || [ "${remaster_type}" = "GNOME" ] || [ "${remaster_type}" = "Video Editing" ] ; then
|
||||
isolinux_source="${SABAYON_MOLECULE_HOME}/remaster/standard_isolinux.cfg"
|
||||
grub_source="${SABAYON_MOLECULE_HOME}/remaster/standard_grub.cfg"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user