projects
/
pennestraat-domotica
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630add6
)
qemu can have em0 with mac 52:54:00:12:34:57
author
Kristof Provost
<kp@FreeBSD.org>
Fri, 13 Jun 2025 15:05:26 +0000
(17:05 +0200)
committer
Kristof Provost
<kp@FreeBSD.org>
Fri, 13 Jun 2025 15:05:26 +0000
(17:05 +0200)
ansible/scripts/set_hostname
patch
|
blob
|
history
diff --git
a/ansible/scripts/set_hostname
b/ansible/scripts/set_hostname
index
72a138d
..
10baa1e
100755
(executable)
--- a/
ansible/scripts/set_hostname
+++ b/
ansible/scripts/set_hostname
@@
-24,7
+24,7
@@
host_id()
find_hostname()
{
- if [ "$(host_id)" == "52:54:00:12:34:56" ];
+ if [ "$(host_id)" == "52:54:00:12:34:56"
|| "$(host_id)" == "52:54:00:12:34:57"
];
then
echo "qemu"
return