Files
dcfg/examples/disks.dcfg
Slendi 6c42ba0fa0
Some checks failed
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
samples -> examples
Signed-off-by: Slendi <slendi@socopon.com>
2025-07-26 01:11:32 +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
}
}