diff --git a/bin/chainboot/Makefile.toml b/bin/chainboot/Makefile.toml index 8f8bc50..1274ef0 100644 --- a/bin/chainboot/Makefile.toml +++ b/bin/chainboot/Makefile.toml @@ -43,7 +43,7 @@ script = [ ''' kernelImage = set "chain_boot_rpi4.img" cp ${CHAINBOOT_BIN} ${VOLUME}/${kernelImage} - echo "Copied chainboot to ${VOLUME}/${kernelImage}" + echo 🔄 Copied chainboot to ${VOLUME}/${kernelImage} ''' ] diff --git a/nucleus/Makefile.toml b/nucleus/Makefile.toml index 49114d6..59fdf89 100644 --- a/nucleus/Makefile.toml +++ b/nucleus/Makefile.toml @@ -51,7 +51,7 @@ script = [ ''' kernelImage = set "kernel8.img" cp ${KERNEL_BIN} ${VOLUME}/${kernelImage} - echo "Copied nucleus to ${VOLUME}/${kernelImage}" # TODO add emoji + echo 🔄 Copied nucleus to ${VOLUME}/${kernelImage} ''' ]