-
Notifications
You must be signed in to change notification settings - Fork 0
OCADrone OS : setup
Jean-Philippe Clipffel edited this page Jan 21, 2015
·
1 revision
The configure-raspbian.sh
script from installer/ocadrone-os/setup
can configure an existing Raspbian image to transform it into a ready-to-use OCADrone distribution.
On the Raspbian system (you can run it using the ocadrone-os/vmutils/qemu-ocadrone
script), start the script configure-raspbian.sh
. You'll have to connect the VM to the Internet, since the installation require to download a service management system (rcconf
).
- The original Raspbian image is cleared: development files, python support, medias libraries, ... are deleted from system. All non-necessary tools and components are deleted.
- Non-mandatory services, such as networks system maintenance services are disabled.
- SSH server is configured to increase security
-
root
account is disabled - OCADrone tools are installed
A more complete changelog is available at OCADrone wiki