This repository contains scripts for automated installation of a computer operating system capable of running the containerized OpenDLV framework.
Warning!! The scripts will completely erase your entire harddrive (ALL YOUR
DATA WILL BE LOST). Do this only if you know exactely what you are doing.
Use on your own risk, we are not responsible for any lost data from running
these scripts!
Download the automated scripts with:
wget https://raw.githubusercontent.com/chalmers-revere/opendlv.os/master/x86/get.sh
sh get.sh
Enable the setups that you want to enable on the machine, e.g.:
cp setup-available/setup-chroot-01-rtkernel.sh .
cp setup-available/setup-post-01-router.sh .
Configure the basic installation and the enabled setups. Check the network interface name with 'ip a' and the harddrive device name with 'lsblk'.
vim install-conf.sh
vim setup-post-01-router.sh
Run the automated installation with (REMEMBER: all your data will be lost. You have been warned!):
chmod +x *.sh
./install.sh
Download the automated scripts with:
wget https://raw.githubusercontent.com/chalmers-revere/opendlv.os/master/arm-bbb/get.sh
sh get.sh
Enable the setups that you want to enable on the machine, e.g.:
cp setup-available/setup-post-01-pru.sh .
Configure the basic installation and the enabled setups.
vim install-conf.sh
vim setup-post-01-pru.sh
Run the automated installation with (REMEMBER: all your data will be lost. You have been warned!):
chmod +x *.sh
./install.sh