Files
dcfg/samples/disks.dcfg

14 lines
192 B
Plaintext
Raw Normal View History

fn lib = {
partitions.aliases = {
root = "hd0p2"
boot = "hd0p1"
swap = "hd0p3"
}
partitions = {
automount = [ 'boot' 'root' ]
swap.enable = true
swap.size = 2_000_000_000
}
}