forked from DGNum/liminix
bug workaround
If we set squashfs rootfsType, the image doesn't rebuild when the kernel config is changed. Need to figure out why
This commit is contained in:
parent
de51bfe13d
commit
1730cf07b1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in rec {
|
||||||
};
|
};
|
||||||
mnt = dir {};
|
mnt = dir {};
|
||||||
};
|
};
|
||||||
rootfsType = "squashfs";
|
rootfsType = "ext4";
|
||||||
# sda is most likely correct for the boot-from-USB case. For tftp
|
# sda is most likely correct for the boot-from-USB case. For tftp
|
||||||
# it's overridden by the boot.scr anyway, so maybe it all works out
|
# it's overridden by the boot.scr anyway, so maybe it all works out
|
||||||
hardware.rootDevice = "/dev/sda1";
|
hardware.rootDevice = "/dev/sda1";
|
||||||
|
|
Loading…
Reference in a new issue