From 7c27fb829afe21ea63d977ee54f53827acb4a8ce Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 26 May 2023 14:21:37 -0500 Subject: remove unnecessary notifications --- zfssetup/stage1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zfssetup/stage1.sh b/zfssetup/stage1.sh index 392ff74..c059478 100755 --- a/zfssetup/stage1.sh +++ b/zfssetup/stage1.sh @@ -196,7 +196,7 @@ cp ./stage2.sh "${MNT}"/root # ----------------------------- Chroot ---------------------------- -echo ""; echo "Done with Stage One" +echo ""; echo "### Done with Stage One" chroot "${MNT}" /usr/bin/env DISK="${DISK}" /root/stage2.sh # -------------------------- After Chroot ------------------------- @@ -207,4 +207,4 @@ zfs snapshot -r bpool@initial-installation zpool export -a -echo ""; echo "Done with Stage Two" +echo ""; echo "### Done with Stage Two" -- cgit v1.2.3