diff --git a/builds/amd64/rootfs/builds/Makefile b/builds/amd64/rootfs/builds/Makefile index c4dbc057..ff82e96e 100644 --- a/builds/amd64/rootfs/builds/Makefile +++ b/builds/amd64/rootfs/builds/Makefile @@ -6,7 +6,7 @@ include $(ONL)/make/config.amd64.mk # export PLATFORM_LIST=$(shell onlpm --list-platforms --arch amd64 --csv ) -RFS_CONFIG := $(ONL)/builds/any/rootfs/standard/standard.yml +RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml RFS_DIR := rootfs-amd64.d RFS_CPIO := rootfs-amd64.cpio.gz RFS_SQUASH := rootfs-amd64.sqsh diff --git a/builds/powerpc/rootfs/builds/Makefile b/builds/powerpc/rootfs/builds/Makefile index db5e6ad8..a04806e2 100644 --- a/builds/powerpc/rootfs/builds/Makefile +++ b/builds/powerpc/rootfs/builds/Makefile @@ -6,11 +6,9 @@ include $(ONL)/make/config.powerpc.mk # export PLATFORM_LIST=$(shell onlpm --list-platforms --arch powerpc --csv ) -RFS_CONFIG := $(ONL)/builds/any/rootfs/standard/standard.yml +RFS_CONFIG := $(ONL)/builds/any/rootfs/$(ONL_DEBIAN_SUITE)/standard/standard.yml RFS_DIR := rootfs-powerpc.d RFS_CPIO := rootfs-powerpc.cpio.gz RFS_SQUASH := rootfs-powerpc.sqsh include $(ONL)/make/rfs.mk - -