Refactor away 'default' and just call the default profile 'bird'
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo " * Disabling VPP, Bird and FRR"
|
||||
for i in vpp vppcfg bird-dataplane frr; do
|
||||
rm -f /etc/systemd/system/multi-user.target.wants/${i}.service
|
||||
ln -sf /dev/null /etc/systemd/system/${i}.service
|
||||
done
|
7
build/bird/hvn1.lab.ipng.ch/host1-1/root/lab-build/perms
Normal file
7
build/bird/hvn1.lab.ipng.ch/host1-1/root/lab-build/perms
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo " * Fixing permissions"
|
||||
chown -R root. /root/
|
||||
chown -R ipng. /home/ipng/
|
||||
|
||||
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local
|
Reference in New Issue
Block a user