From 991a9da53bb8520cd9811fd395778ba0e374dec3 Mon Sep 17 00:00:00 2001 From: emojifreak <53028623+emojifreak@users.noreply.github.com> Date: Fri, 6 Nov 2020 11:46:08 +0900 Subject: [PATCH] compress-force=lzo to btrfs mount options --- debian-rpi-sd-builder.sh | 9 ++++++++- devuan-rpi-sd-builder.sh | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian-rpi-sd-builder.sh b/debian-rpi-sd-builder.sh index ebac41f..a0aa03b 100644 --- a/debian-rpi-sd-builder.sh +++ b/debian-rpi-sd-builder.sh @@ -148,10 +148,17 @@ mount -o async,discard,lazytime,noatime ${DEVFILE}p1 /mnt/boot/firmware echo -n "Choose hostname: " read YOURHOSTNAME echo "$YOURHOSTNAME" >/mnt/etc/hostname -cat >/mnt/etc/fstab </mnt/etc/fstab </mnt/etc/fstab <>/mnt/etc/fstab fi diff --git a/devuan-rpi-sd-builder.sh b/devuan-rpi-sd-builder.sh index 7e44562..1a3a689 100644 --- a/devuan-rpi-sd-builder.sh +++ b/devuan-rpi-sd-builder.sh @@ -134,10 +134,17 @@ mount -o async,discard,lazytime,noatime ${DEVFILE}p1 /mnt/boot/firmware echo -n "Choose hostname: " read YOURHOSTNAME echo "$YOURHOSTNAME" >/mnt/etc/hostname -cat >/mnt/etc/fstab </mnt/etc/fstab </mnt/etc/fstab <>/mnt/etc/fstab fi