From 080941b66adf4fbc744b6cb73d7e10e9419b1fe5 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 9 Oct 2023 21:44:02 -0500 Subject: [PATCH] rootfs: bump base size with added python libaries evdev oss2==2.0.6 Signed-off-by: Robert Nelson --- 06_generate_ubuntu_console_root.sh | 2 +- patches/linux/mpfs_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/06_generate_ubuntu_console_root.sh b/06_generate_ubuntu_console_root.sh index a26627e..4645a71 100755 --- a/06_generate_ubuntu_console_root.sh +++ b/06_generate_ubuntu_console_root.sh @@ -86,7 +86,7 @@ echo 'File Size' du -sh ignore/.root/ || true echo '---------------------' -dd if=/dev/zero of=./deploy/input/root.ext4 bs=1 count=0 seek=3300M +dd if=/dev/zero of=./deploy/input/root.ext4 bs=1 count=0 seek=3800M mkfs.ext4 -F ./deploy/input/root.ext4 -d ./ignore/.root if [ -f ./.06_generate_root.sh ] ; then diff --git a/patches/linux/mpfs_defconfig b/patches/linux/mpfs_defconfig index 176458e..caa322a 100644 --- a/patches/linux/mpfs_defconfig +++ b/patches/linux/mpfs_defconfig @@ -26,7 +26,7 @@ CONFIG_THREAD_INFO_IN_TASK=y CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set # CONFIG_WERROR is not set -CONFIG_LOCALVERSION="-20231008" +CONFIG_LOCALVERSION="-20231009" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_BUILD_SALT="" CONFIG_DEFAULT_INIT=""