13
samples/disks.dcfg
Normal file
13
samples/disks.dcfg
Normal file
@@ -0,0 +1,13 @@
|
||||
fn lib = {
|
||||
partitions.aliases = {
|
||||
root = "hd0p2"
|
||||
boot = "hd0p1"
|
||||
swap = "hd0p3"
|
||||
}
|
||||
|
||||
partitions = {
|
||||
automount = [ 'boot' 'root' ]
|
||||
swap.enable = true
|
||||
swap.size = 2g
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user