forked from DGNum/liminix
partial btrfs support
doesn't actually know how to make the filesystem, just kernel config and accept it as a valid option
This commit is contained in:
parent
243295aab8
commit
3c941b4ce2
3 changed files with 41 additions and 0 deletions
|
@ -40,6 +40,7 @@ in {
|
|||
rootfsType = mkOption {
|
||||
default = "squashfs";
|
||||
type = types.enum [
|
||||
"btrfs"
|
||||
"ext4"
|
||||
"jffs2"
|
||||
"squashfs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue