Skip to content

Commit

Permalink
[script] Adjust issue string
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeyexp committed Nov 24, 2018
1 parent 70c3143 commit 363cae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2/03-crankshaft-base/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ sed -i 's/#Banner none/Banner \/etc\/issue.net/' /etc/ssh/sshd_config
sed -i 's/^#ListenAddress 0.0.0.0/ListenAddress 0.0.0.0/' /etc/ssh/sshd_config

# OS Name
STRING="Welcome to Crankshaft CarOS Alpha (${IMG_DATE} / ${BUILDHASH})"
STRING="Welcome to Crankshaft CarOS (${IMG_DATE} / Build ${BUILDHASH})"
sed -i 's/PRETTY_NAME=.*/PRETTY_NAME="'${STRING}'"/g' /usr/lib/os-release
echo "$STRING" > /etc/issue
echo "" >> /etc/issue
Expand Down

0 comments on commit 363cae5

Please sign in to comment.