OSDN Git Service

fixed fs size
authorkokkiemouse <kokkiemouse@gmail.com>
Sun, 27 Sep 2020 10:27:09 +0000 (19:27 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Sun, 27 Sep 2020 10:27:09 +0000 (19:27 +0900)
Signed-off-by: kokkiemouse <kokkiemouse@gmail.com>
channels/serene/packages.x86_64
lfbs

index fa3a387..e5acaeb 100644 (file)
@@ -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 (executable)
--- 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