Files
dcfg/samples/disks.dcfg
Slendi 90a6e58dca Add samples
Signed-off-by: Slendi <slendi@socopon.com>
2025-07-26 00:07:09 +03:00

14 lines
181 B
Plaintext

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