summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/rickroller_advanced/customfiles/etc/config/fstab
blob: b1e678dc11f5a79243f1c2b1fea2f4bc4df92272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config global automount
        option from_fstab 1
        option anon_mount 1
        
config global autoswap
        option from_fstab 1
        option anon_swap 0
        
config mount
        option target   /overlay
        option device   /dev/sda1
        option fstype   ext4
        option options  rw,sync
        option enabled  1
        option enabled_fsck 0

config swap
        option device   /dev/sda2
        option enabled  1