forked from dan/liminix
complain if user attempting to tftpboot a ubifs
This commit is contained in:
parent
ab07212a7e
commit
40db175b41
@ -57,6 +57,8 @@ in {
|
|||||||
|
|
||||||
system.outputs = rec {
|
system.outputs = rec {
|
||||||
tftpboot =
|
tftpboot =
|
||||||
|
# no ubifs on an mtd directly, it needs ubi volumes
|
||||||
|
assert config.rootfsType != "ubifs";
|
||||||
let
|
let
|
||||||
o = config.system.outputs;
|
o = config.system.outputs;
|
||||||
image = let choices = {
|
image = let choices = {
|
||||||
|
Loading…
Reference in New Issue
Block a user