bug workaround

If we set squashfs rootfsType, the image doesn't rebuild when
the kernel config is changed. Need to figure out why
pull/5/head
Daniel Barlow 2024-01-23 12:00:19 +00:00
parent de51bfe13d
commit 1730cf07b1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ in rec {
};
mnt = dir {};
};
rootfsType = "squashfs";
rootfsType = "ext4";
# 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
hardware.rootDevice = "/dev/sda1";