diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-21 16:06:52 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-21 16:06:52 -0400 |
commit | 2f7f33b7593534c50d08ef173078273dec4be275 (patch) | |
tree | 2230974c0b1cc7d22824965dbcfe0e8e51e68e70 | |
parent | 09faea731b9f1b01caf8f08761e0937724804558 (diff) |
build: Remove automatic installer warning
The Hyra installer now exists in usr.sbin/installer and is no longer
automatic as it relies on user input for confirmation
Signed-off-by: Ian Moffett <ian@osmora.org>
-rwxr-xr-x | hyra-build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hyra-build.sh b/hyra-build.sh index d8903c8..caa6e45 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -153,7 +153,6 @@ result() { then hard_clean # XXX: For safety echo "Installer is at ./Hyra-install.iso" - echo "!!WARNING!!: Installer is _automatic_" echo "!!NOTE!!: OSMORA is not responsible for incidental data loss" else echo "Boot image is at ./Hyra.iso" |