Update installentware.sh

Manual enable mount at boot
This commit is contained in:
iamromulan
2024-02-04 22:17:11 -05:00
committed by GitHub
parent 08e070099f
commit 94bb287f49

View File

@@ -28,7 +28,7 @@ Options=bind
WantedBy=multi-user.target
EOF
systemctl daemon-reload
systemctl enable opt.mount
ln -s /etc/systemd/system/opt.mount /etc/systemd/system/multi-user.target.wants/opt.mount
systemctl start opt.mount
fi