Support for workaround target pre-platform installation, just used temporary

This commit is contained in:
Silvan Calarco 2015-02-19 14:53:09 +01:00
parent 5b3bc51ec2
commit bc1c031c03
3 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,10 @@ fi
echo "$TARGET_HOSTNAME.$TARGET_DOMAIN" > $MOUNTDIR/etc/hostname
if [ "$PREPLATFORM_TARGET" ]; then
install_rpms_by_target "Installing ${PLATFORM} pre-platform workaround packages" ${MAKEDIST_TARGET}-${PREPLATFORM_TARGET} "${RPMEXTRAARGS}"
fi
#install_rpms_by_target "Installing tools packages for ${MAKEDIST_TARGET} target" ${MAKEDIST_TARGET}-tools ""
install_rpms_by_target "Installing ${PLATFORM} platform packages" ${MAKEDIST_TARGET}-${PLATFORM} "${RPMEXTRAARGS}"

View File

@ -11,6 +11,8 @@ $(MAKEDIST_TARGET)-livecd-light: openssh-server usbutils wireless_tools parted i
$(MAKEDIST_TARGET)-livecd-light-libreoffice: libreoffice-calc libreoffice-writer libreoffice-impress
$(MAKEDIST_TARGET)-workaround: libQt5Core
$(MAKEDIST_TARGET)-livecd-light-root: \
postplug-xorg postplug-sound \
$(MAKEDIST_TARGET)-commontools xorg-server \

View File

@ -3,3 +3,4 @@ $(MAKEDIST_TARGET)-livecd: openmamba-release memtest86+ syslinux macbook-tools d
$(MAKEDIST_TARGET)-livecd-en:
$(MAKEDIST_TARGET)-livecd-it:
$(MAKEDIST_TARGET)-livecd-es:
$(MAKEDIST_TARGET)-workaround: