From c53b1360d7e7df5ec1872a28bfaf268538db0884 Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 15 Apr 2023 17:02:18 +0300 Subject: [PATCH] Base: Add bind-mount for /usr/Ports/ to make it writable This directory is only writable by root already by now. This will allow the upcoming package manager to change files in this directory. --- Base/etc/fstab | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/etc/fstab b/Base/etc/fstab index 39e7256dfd..8a9a086bac 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -10,4 +10,5 @@ /www /www bind bind,nodev,nosuid /usr/Tests /usr/Tests bind bind,nodev,ro /usr/local /usr/local bind bind,nodev,nosuid +/usr/Ports /usr/Ports bind bind,nodev,nosuid