Commit 5ea89d5d authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Fix hostname in Lille

parent beb33c66
......@@ -21,19 +21,19 @@ common=console=ttyS1,57600
(
cat <<EOF
if [ \$net_default_mac=7c:fe:90:43:80:a6 ];
if [ \$net_default_mac = 7c:fe:90:43:80:a6 ];
then
set hostname=lille-edu-leopard-000
set interface=eno1
elif [ \$net_default_mac=00:22:4d:d9:0a:aa ];
elif [ \$net_default_mac = 00:22:4d:d9:0a:aa ];
then
set hostname=lille-edu-tiogapass-001
set interface=ens9
elif [ \$net_default_mac=00:22:4d:da:ca:87 ];
elif [ \$net_default_mac = 00:22:4d:da:ca:87 ];
then
set hostname=lille-edu-capri-001
set interface=ens9
elif [ \$net_default_mac=00:22:4d:da:ca:a7 ];
elif [ \$net_default_mac = 00:22:4d:da:ca:a7 ];
then
set hostname=lille-edu-capri-002
set inteface=ens9
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment