From 2395ae78b0b816e3db6488088664db78883a6a57 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Mon, 12 Feb 2018 10:49:04 -0500 Subject: [PATCH] use the dev.cpio for corebooot builds too (issue #309) --- config/linux-qemu.config | 4 +++- config/linux-x230.config | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/linux-qemu.config b/config/linux-qemu.config index ea52ecba..de0e1f48 100644 --- a/config/linux-qemu.config +++ b/config/linux-qemu.config @@ -146,7 +146,9 @@ CONFIG_ARCH_SUPPORTS_INT128=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_RELAY is not set CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="" +CONFIG_INITRAMFS_SOURCE="../../../blobs/dev.cpio" +CONFIG_INITRAMFS_ROOT_UID=0 +CONFIG_INITRAMFS_ROOT_GID=0 # CONFIG_RD_GZIP is not set # CONFIG_RD_BZIP2 is not set # CONFIG_RD_LZMA is not set diff --git a/config/linux-x230.config b/config/linux-x230.config index ecd64631..9a31dc12 100644 --- a/config/linux-x230.config +++ b/config/linux-x230.config @@ -146,7 +146,9 @@ CONFIG_ARCH_SUPPORTS_INT128=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_RELAY is not set CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="" +CONFIG_INITRAMFS_SOURCE="../../../blobs/dev.cpio" +CONFIG_INITRAMFS_ROOT_UID=0 +CONFIG_INITRAMFS_ROOT_GID=0 # CONFIG_RD_GZIP is not set # CONFIG_RD_BZIP2 is not set # CONFIG_RD_LZMA is not set