aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/DB410C/21-customize7
-rwxr-xr-xscripts/DB820C/21-customize7
2 files changed, 0 insertions, 14 deletions
diff --git a/scripts/DB410C/21-customize b/scripts/DB410C/21-customize
index bf49739..e3b7d15 100755
--- a/scripts/DB410C/21-customize
+++ b/scripts/DB410C/21-customize
@@ -1,13 +1,6 @@
#!/bin/bash
set -e
-if [ -f $target/etc/NetworkManager/NetworkManager.conf ]; then
- cat << EOF >> $target/etc/NetworkManager/NetworkManager.conf
-[device]
-wifi.scan-rand-mac-address=no
-EOF
-fi
-
cat << EOF > $target/etc/fstab
/dev/disk/by-partlabel/rootfs / ext4 rw,relatime,data=ordered 0 1
EOF
diff --git a/scripts/DB820C/21-customize b/scripts/DB820C/21-customize
index 8fe8b4b..e3a1053 100755
--- a/scripts/DB820C/21-customize
+++ b/scripts/DB820C/21-customize
@@ -1,13 +1,6 @@
#!/bin/bash
set -e
-if [ -f $target/etc/NetworkManager/NetworkManager.conf ]; then
- cat << EOF >> $target/etc/NetworkManager/NetworkManager.conf
-[device]
-wifi.scan-rand-mac-address=no
-EOF
-fi
-
cat << EOF > $target/etc/fstab
/dev/disk/by-partlabel/userdata / ext4 rw,relatime,data=ordered 0 1
EOF