Skip to content

Commit

Permalink
[arch] fix devicename in /etc/issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jun 1, 2019
1 parent ad6f909 commit 2d412f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/scripts/gen_etc_issue.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
echo "apertus axiom $DEVICE running Arch Linux ARM [\m]" > /etc/issue
echo "apertus axiom $(cat /etc/hostname) running Arch Linux ARM [\m]" > /etc/issue
echo "Kernel \r" >> /etc/issue
echo "Build $(cd /opt/axiom-firmware; git describe --always --abbrev=8 --dirty)" >> /etc/issue
echo "Network (ipv4) \4 [$(cat /sys/class/net/eth0/address)]" >> /etc/issue
Expand Down

0 comments on commit 2d412f8

Please sign in to comment.