Set "/var/tmp/portage/" to automatically mount on boot
This commit is contained in:
parent
32b21b30b2
commit
8aafa9f082
@ -1,6 +1,6 @@
|
|||||||
# Inferencium - aa000-0
|
# Inferencium - aa000-0
|
||||||
# Filesystem Table
|
# Filesystem Table
|
||||||
# Version: 4.0.0-alpha.23
|
# Version: 4.0.0-alpha.24
|
||||||
|
|
||||||
# Copyright 2023 Jake Winters
|
# Copyright 2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
@ -21,7 +21,7 @@ tmpfs /run/ tmpfs size=4G,uid=root,gid=root,mode=0755,auto,noatime 0 0
|
|||||||
## /tmp/
|
## /tmp/
|
||||||
tmpfs /tmp/ tmpfs size=8G,uid=root,gid=root,mode=1777,auto,noatime 0 0
|
tmpfs /tmp/ tmpfs size=8G,uid=root,gid=root,mode=1777,auto,noatime 0 0
|
||||||
## /var/tmp/portage/
|
## /var/tmp/portage/
|
||||||
tmpfs /var/tmp/portage/ tmpfs size=32G,uid=portage,gid=portage,mode=0775,nosuid,noatime,nodev 0 0
|
tmpfs /var/tmp/portage/ tmpfs size=32G,uid=portage,gid=portage,mode=0775,auto,nosuid,noatime,nodev 0 0
|
||||||
## /home/
|
## /home/
|
||||||
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
|
xa000.inferencium.net:/srv/nfs/home/ /home/ nfs4 rw,_netdev,vers=4 0 0
|
||||||
## swap
|
## swap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user