We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ea2f7 commit da56255Copy full SHA for da56255
scripts/build_iso.sh
@@ -8,7 +8,7 @@
8
#
9
# This script builds a custom Ubuntu-based ISO with security hardening
10
11
-set -e
+set +e # Continue on errors
12
13
WORK_DIR="/tmp/secureos-build"
14
ISO_NAME="SecureOS-1.0.0-amd64.iso"
@@ -82,7 +82,7 @@ EOF
82
echo "[*] Installing system packages..."
83
cat > "$WORK_DIR/chroot/install_packages.sh" << 'CHROOT_EOF'
84
#!/bin/bash
85
86
87
export DEBIAN_FRONTEND=noninteractive
88
export HOME=/root
0 commit comments