File: FAISERVER

package info (click to toggle)
fai 6.5.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,076 kB
  • sloc: sh: 6,720; perl: 5,622; makefile: 138
file content (11 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
# config file for an FAI install server
#
# <type> <mountpoint> <size>   <fs type> <mount options> <misc options>

disk_config disk1 disklabel:msdos fstabkey:uuid

primary  /             2G-15G     ext4   rw,noatime,errors=remount-ro
logical  swap          200-1000   swap   sw
logical  /tmp          100-1000   ext4   rw,noatime,nosuid,nodev  createopts="-m 0" tuneopts="-c 0 -i 0"
logical  /home         100-40%    ext4   rw,noatime,nosuid,nodev  createopts="-m 1" tuneopts="-c 0 -i 0"
logical  /srv          1G-50%     ext4   rw,noatime               createopts="-m 1" tuneopts="-c 0 -i 0"