| Index: skolo/raspberry-pi/setup_for_chroot.yml
|
| diff --git a/skolo/raspberry-pi/setup_for_chroot.yml b/skolo/raspberry-pi/setup_for_chroot.yml
|
| index 6efe1fb452f4f30b4568c86587b8139040328014..33190364334df9a926c11fd16b96b2ae3691bfaf 100644
|
| --- a/skolo/raspberry-pi/setup_for_chroot.yml
|
| +++ b/skolo/raspberry-pi/setup_for_chroot.yml
|
| @@ -28,5 +28,12 @@
|
| # Illegal instruction (core dumped)
|
| - lineinfile: dest=/opt/raspberrypi/root/etc/ld.so.preload line="/usr/lib/arm-linux-gnueabihf/libarmmem.so" state=absent
|
| - lineinfile: dest=/opt/raspberrypi/root/etc/ld.so.preload line="#/usr/lib/arm-linux-gnueabihf/libarmmem.so" state=present
|
| +
|
| + - name: Create the startup script
|
| + copy: src=start_swarming dest=/opt/raspberrypi/root/opt/start_swarming owner=root group=root mode=0755
|
| +
|
| + - name: Create the swarming service
|
| + copy: src=swarming dest=/opt/raspberrypi/root/etc/init.d/swarming owner=root group=root mode=0755
|
| +
|
| handlers:
|
|
|
|
|