mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
#
|
|
# file system mount-point type options dump fsck
|
|
# order
|
|
DEVICE1 /boot ext2 defaults 1 2
|
|
DEVICE2 swap swap pri=1 0 0
|
|
DEVICE3 / FSTYPE defaults 1 1
|
|
DEVICE4 /var FSTYPE defaults 1 1
|
|
none /var/log/rrd tmpfs defaults,size=64M 0 0
|
|
none /var/lock tmpfs defaults,size=8M 0 0
|