1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
raspberrypi-build/README.md
2017-07-06 22:03:27 +00:00

787 B

barnacleos/build

Tool used to create the BarnacleOS images. Based on pi-gen tool used to create the official raspberrypi.org Raspbian images.

Dependencies

On Debian-based systems:

apt-get install quilt parted qemu-user-static debootstrap zerofree zip \
dosfstools libcap2-bin grep rsync

The file depends contains a list of tools needed. The format of this file is <tool>[:<debian-package>].

Network configuration

  • Hostname: barnacleos.local
  • Subnet: 192.168.82.0/24 (netmask 255.255.255.0)
  • Gateway: 192.168.82.1
  • Broadcast: 192.168.82.255
  • IP range: 192.168.82.2 to 192.168.82.254