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

50 lines
1.1 KiB
Markdown
Raw Normal View History

2017-07-03 13:59:39 +00:00
barnacleos/build
2017-06-30 21:32:33 +00:00
================
Tool used to create the [BarnacleOS](https://github.com/barnacleos) images.
Based on [pi-gen](https://github.com/rpi-distro/pi-gen) tool used to create
2017-07-02 15:12:22 +00:00
the official [raspberrypi.org](https://raspberrypi.org) Raspbian images.
2017-06-30 21:36:04 +00:00
Dependencies
------------
2016-04-11 07:25:30 +01:00
On Debian-based systems:
```bash
2017-07-07 16:42:48 +00:00
apt-get install bash quilt parted qemu-user-static debootstrap zerofree zip \
2017-07-03 07:13:19 +00:00
dosfstools libcap2-bin grep rsync
```
2017-07-02 04:19:03 +00:00
The file `depends` contains a list of tools needed. The format of this
2017-07-02 06:55:42 +00:00
file is `<tool>[:<debian-package>]`.
2017-07-06 22:03:27 +00:00
Network configuration
---------------------
* Hostname: `barnacleos`
* FQDN: `barnacleos.local`
2017-07-06 22:03:27 +00:00
* 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`
2017-07-06 23:38:56 +00:00
System configuration
--------------------
* Root login via SSH is disabled
2017-07-07 16:29:43 +00:00
* Root password is disabled
2017-07-06 23:38:56 +00:00
* 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