WIP generate bootable disk image with partition table

This commit is contained in:
Daniel Barlow
2023-12-05 23:16:53 +00:00
parent b519bd15df
commit 5adfb0230f
5 changed files with 73 additions and 12 deletions

View File

@@ -210,6 +210,8 @@ extraPkgs // {
extraConfig = ''
CONFIG_CMD_UBI=y
CONFIG_CMD_UBIFS=y
CONFIG_BOOTSTD=y
CONFIG_BOOTMETH_DISTRO=y
'';
};
}