Files
dcfg/samples/disks.dcfg
Slendi 2ec675a320
Some checks failed
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Successful in 14s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Successful in 14s
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Failing after 13s
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Failing after 18s
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Failing after 16s
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Failing after 15s
Update lexer to allow ' in numbers
Signed-off-by: Slendi <slendi@socopon.com>
2025-08-01 03:18:14 +03:00

14 lines
192 B
Plaintext

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