mirror of https://github.com/CIRCL/Circlean
6 lines
390 B
Plaintext
6 lines
390 B
Plaintext
proc /proc proc defaults 0 0
|
|
/dev/sda1 /boot vfat rw,defaults 0 1
|
|
/dev/sda2 / ext4 rw,defaults,noatime 0 1
|
|
tmpfs /tmp tmpfs rw,size=64M,noexec,nodev,nosuid,mode=1777 0 0
|
|
# a swapfile is not a swap partition, so no using swapon|off from here on, use dphys-swapfile swap[on|off] for that
|