Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-online committed Jan 9, 2025
1 parent 2f2fea3 commit 1752d27
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/configuration/branding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ set -e

echo "Running branding.sh"

echo "Atomic" > /etc/hostname
echo "ID=alt" > /etc/os-release
echo "NAME=\"ALT Atomic Test\"" >> /etc/os-release
echo "VERSION=\"0.1\"" >> /etc/os-release
echo "VERSION_ID=\"0.1\"" >> /etc/os-release
cat << EOF > /etc/os-release
NAME="ALT Atomic"
VERSION="0.1"
VERSION_ID="0.1"
ID=altlinux
ID_LIKE="altlinux"
PLATFORM_ID="platform:altlinux"
PRETTY_NAME="ALT Atomic"
VARIANT="Atomic"
VARIANT_ID="atomic"
EOF

echo "End branding.sh"

0 comments on commit 1752d27

Please sign in to comment.