Skip to content

Commit 5a02d68

Browse files
committed
Add more comments
1 parent 53e14b3 commit 5a02d68

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

files/scripts/10-base.sh

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22

33
set -xeuo pipefail
44

5-
# Example of how you start customizing the image
5+
# Start customizing your image here
66

7-
dnf install -y 'dnf-command(config-manager)'
8-
dnf config-manager --set-enabled crb
7+
# Examples:
8+
# dnf install -y 'dnf-command(config-manager)'
9+
# dnf config-manager --set-enabled crb
910

10-
if [[ "${VARIANT}" == "gnome" ]]; then
11-
echo "Installing gnome"
12-
elif [[ "${VARIANT}" == "kde" ]]; then
13-
echo "Installing kde"
14-
else
15-
echo "Neutral variant"
16-
fi
11+
echo "Hello, Atomic AlmaLinux respin world!."

files/scripts/90-signing.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# DO NOT MODIFY THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
4+
35
set -xeuo pipefail
46

57
CONTEXT_PATH="$(realpath "$(dirname "$0")/..")" # should return /ctx

files/scripts/91-image-info.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# DO NOT MODIFY THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
4+
35
set -xeuo pipefail
46

57
# This may help us get some usage stats through countme data.

0 commit comments

Comments
 (0)