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
Signed-off-by: Slendi <slendi@socopon.com>
14 lines
192 B
Plaintext
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
|
|
}
|
|
}
|