stx-metal: add setting for debain style networking in kickstart files
[pti/rtp.git] / scripts / configs / local-stx.conf
index 1c16fd1..4adac67 100644 (file)
@@ -21,5 +21,12 @@ IMAGE_INSTALL_append = " \
 DISTRO_FEATURES_append = " anaconda-support"
 
 # For images
-IMAGE_FSTYPES += " tar.bz2 live"
-LABELS_LIVE = "install"
+IMAGE_FSTYPES += " tar.bz2"
+
+# Workaround for mkfs.ext4 failure on ORAN jjb:
+# - skip 'ext4' image creatation
+# - skip 'live' and 'wic' as well since they depend on 'ext4'
+IMAGE_FSTYPES_remove = "live ext4 wic"
+
+# Workaround for ceph: avoid parallel make to limit mem usage
+PARALLEL_MAKE_pn-ceph = ""