From 130340ccc931858dec706873c7b366ebc54ee289 Mon Sep 17 00:00:00 2001 From: kokkiemouse Date: Sun, 27 Sep 2020 19:27:09 +0900 Subject: [PATCH] fixed fs size Signed-off-by: kokkiemouse --- channels/serene/packages.x86_64 | 2 -- lfbs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/channels/serene/packages.x86_64 b/channels/serene/packages.x86_64 index fa3a387..e5acaeb 100644 --- a/channels/serene/packages.x86_64 +++ b/channels/serene/packages.x86_64 @@ -5,8 +5,6 @@ zsh-autosuggestions zsh-syntax-highlighting neofetch # themes -adapta-gtk-theme -papirus-icon-theme paper-icon-theme numix-gtk-theme qt5ct diff --git a/lfbs b/lfbs index 370395c..52140c0 100755 --- a/lfbs +++ b/lfbs @@ -324,7 +324,7 @@ prepare_build() { mkdir -p "${work_dir}/squashfsroot/LiveOS/" mkdir -p "${work_dir}/airootfs/" _msg_info "Make rootfs image..." - truncate -s 8G "${work_dir}/squashfsroot/LiveOS/rootfs.img" + truncate -s 6G "${work_dir}/squashfsroot/LiveOS/rootfs.img" _msg_info "Format rootfs image..." mkfs.ext4 -F "${work_dir}/squashfsroot/LiveOS/rootfs.img" fi -- 2.11.0