diff options
Diffstat (limited to 'tools/saf51003I/90-saf51003I.chroot')
-rwxr-xr-x | tools/saf51003I/90-saf51003I.chroot | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/saf51003I/90-saf51003I.chroot b/tools/saf51003I/90-saf51003I.chroot deleted file mode 100755 index aa4da964..00000000 --- a/tools/saf51003I/90-saf51003I.chroot +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -echo "ShowStatus=yes" >> /etc/systemd/system.conf - -echo I: Disable default link rule. -rm /lib/systemd/network/99-default.link -touch /lib/systemd/network/99-default.link -rm /lib/udev/rules.d/65-vyatta-net.rules -touch /lib/udev/rules.d/65-vyatta-net.rules -rm /lib/udev/rules.d/75-persistent-net-generator.rules -touch /lib/udev/rules.d/75-persistent-net-generator.rules - -echo I: Update initramfs. -update-initramfs -u |