Skip to content

Commit 212e698

Browse files
committed
Remove echo from build image script
1 parent 165d8a6 commit 212e698

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/build_img.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ sudo mkfs.ext4 -F -L "$ROOT_LABEL" "$ROOT_DEV"
4141

4242
BOOT_UUID=$(sudo blkid -s UUID -o value "$BOOT_DEV")
4343
ROOT_UUID=$(sudo blkid -s UUID -o value "$ROOT_DEV")
44-
echo "BOOT UUID is $BOOT_UUID"
45-
echo "ROOT UUID is $ROOT_UUID"
4644

4745
# --- mount ---
4846
sudo mkdir -p /mnt/arch-root /mnt/arch-boot

0 commit comments

Comments
 (0)