hugvey/installation/fstab

10 lines
497 B
Plaintext

proc /proc proc defaults 0 0
PARTUUID=61a67ebb-01 /boot vfat defaults 0 2
PARTUUID=61a67ebb-02 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
#change /tmp and var log to tmpfs
tmpfs /tmp tmpfs rw,nosuid,nodev 0 0
tmpfs /var/log tmpfs rw,nosuid,nodev 0 0