From 920f1950959bb1500847eb3e3eaebbe88ce08163 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 23 Feb 2016 20:08:25 +0100 Subject: [PATCH] flash-image: set RAMDISK_MODE=2 Signed-off-by: Arne Fitzenreiter --- lfs/flash-images | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/flash-images b/lfs/flash-images index f4558222d6..36a0425754 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -192,6 +192,9 @@ endif --root-directory=$(MNThdd) $(DEVICE) endif + # Set ramdisk mode to automatic + echo RAMDISK_MODE=2 > $(MNThdd)/etc/sysconfig/ramdisk + # Automatically resize the root partition to its maximum size at first boot touch $(MNThdd)/.partresize -- 2.39.2