From: Jan Kiszka <[email protected]> Aligns this target with the rest and avoids that U-Boot may locate the initrd in memory that we reserve via mem=.
Signed-off-by: Jan Kiszka <[email protected]> --- wic/pine64-plus.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wic/pine64-plus.wks b/wic/pine64-plus.wks index aacca04..307e355 100644 --- a/wic/pine64-plus.wks +++ b/wic/pine64-plus.wks @@ -11,6 +11,6 @@ part u-boot --source rawcopy --sourceparams "file=/usr/lib/u-boot/pine64-plus/u-boot-sunxi-with-spl.bin" --no-table --align 8 -part / --source rootfs-u-boot --ondisk mmcblk0 --fstype ext4 --label platform --align 1024 +part / --source rootfs-u-boot --ondisk mmcblk0 --fstype ext4 --label platform --align 1024 --active --sourceparams "no_initrd=yes" bootloader --append "rootwait mem=1792M" -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/18d0e5b2c6686e10abe4d10d2785f445e1703ec9.1601876389.git.jan.kiszka%40siemens.com.
