aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian-iot.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2017-02-08 14:07:35 -0200
committerRicardo Salveti de Araujo <ricardo.salveti@linaro.org>2017-02-08 17:04:49 +0000
commitad5badf5c403b5be310880d2a9259f91efe30ae5 (patch)
treefcc677f5812cbbc10a17df81d3704a58a2e8ef7e /rpb-debian-iot.yaml
parenteda94fbe2cfa34bafba6a19287648af5bce386d6 (diff)
rpb-debian-iot: disable interfaces during boot
Avoid trying to enable bt0 during boot. Not an issue for the other interfaces as everything else is controlled by network manager. Change-Id: Iccab09a0e0df59ae035610349e3b1857c8e7fbfe Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'rpb-debian-iot.yaml')
-rw-r--r--rpb-debian-iot.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpb-debian-iot.yaml b/rpb-debian-iot.yaml
index 4f26adaf59..e40219b3e7 100644
--- a/rpb-debian-iot.yaml
+++ b/rpb-debian-iot.yaml
@@ -107,6 +107,8 @@
sudo chmod +x rootfs/usr/bin/bluetooth_6lowpand
sudo cp configs/rpb-debian-iot/conf/bluetooth_6lowpand.service rootfs/etc/systemd/system/
sudo cp configs/rpb-debian-iot/conf/99-bluetooth-6lowpan.rules rootfs/etc/udev/rules.d/
+ ## Disable interfaces during boot so it can ignore bt0
+ sudo sed -i 's/#CONFIGURE_INTERFACES=yes/CONFIGURE_INTERFACES=no/g' rootfs/etc/default/networking
# Make sure fsck.ext4 is available as part of the initrd
## update-initrd fsck script only adds fsck.ext4 if the interface is available during runtime