We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ad33a commit a6cae3aCopy full SHA for a6cae3a
debian-rpi-sd-builder.sh
@@ -199,7 +199,6 @@ EOF
199
id=$SSID
200
uuid=${UUID}
201
type=wifi
202
-interface-name=wlan0
203
permissions=
204
205
[wifi]
@@ -266,6 +265,10 @@ sed -i "s|${DEVFILE}p2|LABEL=RASPIROOT|" /mnt/boot/firmware/cmdline.txt
266
265
if [ "$MMSUITE" != buster ]; then
267
chroot /mnt apt-get -y --purge --autoremove purge python2.7-minimal
268
fi
+if [ $NETWORK = network-manager -o $NETWORK = systemd-networkd ]; then
269
+ chroot /mnt apt-get -y --purge --autoremove purge ifupdown
270
+ rm -f /mnt/etc/network/interfaces
271
+fi
272
set +x
273
274
if [ "$MMSUITE" = buster ] && echo "$MMARCH" | grep -q arm64; then
0 commit comments