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=""