1
0
Fork 0
Tool used to create custom Debian GNU/Linux images for Raspberry Pi
This repository has been archived on 2023-03-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2017-07-07 16:29:43 +00:00
files Do not pin "raspberrypi-kernel" and "raspberrypi-bootloader" 2017-07-07 00:47:13 +00:00
keys Split keys from files 2017-07-06 20:26:38 +00:00
patches Shift patches 2017-07-06 23:00:01 +00:00
.gitignore Separate mount point 2017-07-03 00:34:07 +00:00
build.sh Do not pin "raspberrypi-kernel" and "raspberrypi-bootloader" 2017-07-07 00:47:13 +00:00
depends Remove unnecessary dependencies 2017-07-03 07:14:05 +00:00
LICENSE Add myself to license 2017-06-30 21:25:30 +00:00
README.md Add root password info 2017-07-07 16:29:43 +00:00

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
  • FQDN: 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

System configuration

  • Root login via SSH is disabled

  • Root password is disabled

  • User user has access via SSH with password password

  • SSH host keys are generated at first startup, so fingerprint is different for each installation of the same image

  • User has passwordless sudo