https://github.com/zabot/ros_live
A persistant Debian LiveCD with ROS Melodic preinstalled
https://github.com/zabot/ros_live
debian-live ros ros-melodic
Last synced: 2 months ago
JSON representation
A persistant Debian LiveCD with ROS Melodic preinstalled
- Host: GitHub
- URL: https://github.com/zabot/ros_live
- Owner: Zabot
- License: gpl-3.0
- Created: 2020-02-26T20:56:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T20:58:07.000Z (about 5 years ago)
- Last Synced: 2025-01-25T09:42:16.089Z (4 months ago)
- Topics: debian-live, ros, ros-melodic
- Language: Makefile
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ROS Live Environment
A build system for a live Debian stretch environment with
`ros-desktop-full` preinstalled and support for persistence.## Usage
- Configure the settings in `config.sh` to your liking (Probably just the timezone)
- Add or removing any scripts in `install.d`. All of the scripts in `install.d` will
be run as root in the chroot before the iso is built.
- Run `sudo make`. Make needs to be run as root in order to create and
use the chroot that will become the live environment.The resulting iso will be bootable via BIOS or EFI and is ready to be `dd`'d onto
a flash drive. As always with dd, make sure to check of is the correct drive```
sudo dd bs=4M if=arc_live.iso of=/dev/sdb status=progress oflag=sync
```