You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genkernel_fork/netboot/misc/etc/fstab

11 lines
279 B

# /etc/fstab: static file system information.
# <fs> <mountpoint> <type> <opts> <dump/pass>
#// Main Filesystems
none /tmp tmpfs defaults,rw 0 0
#// Miscellaneous Filesystems
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0