From 5427c716f6bee896942219cc7cee76eb07288e16 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 5 May 2022 06:24:53 +0000 Subject: setup-lbu: don't add APKOVL to fstab as read-only apk cache needs a writable, mounted partition to work. Adjust fstab accordingly. --- setup-lbu.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup-lbu.in') diff --git a/setup-lbu.in b/setup-lbu.in index 5dc1526..6f0f4ad 100644 --- a/setup-lbu.in +++ b/setup-lbu.in @@ -105,7 +105,7 @@ set_media() { case "$media" in LABEL=*|UUID=*) UUID="$media";; esac - printf "%s\t%s\t%s\tnoauto,ro 0 0\n" "${UUID:-$dev}" "$mnt" "$TYPE" >> /etc/fstab + printf "%s\t%s\t%s\tnoauto,defaults 0 0\n" "${UUID:-$dev}" "$mnt" "$TYPE" >> /etc/fstab fi # hack in case we have alpine_dev mounted on /media/usbdisk but -- cgit v1.2.3