Updated Einfo

This commit is contained in:
Gerben Jan Dijkman 2022-07-14 17:41:14 +02:00
parent 019c8ad67d
commit bd83779624

View File

@ -108,4 +108,5 @@ pkg_postinst() {
einfo "# dd if=/boot/idbloader.img of=/dev/mmcblkX seek=64 conv=notrunc,fsync"
einfo "# dd if=/boot/u-boot.itb of=/dev/mmcblkX seek=16384 conv=notrunc,fsync"
einfo "Due to the Boot Priority for the PPP it is HIGHLY recommended to not put U-Boot on the eMMc because there is no easy way to recover is something went wrong."
einfo "If you want U-Boot tools installed you can emerge dev-embedded/u-boot-tools."
}