1
0
Fork 0

Rename BarnacleOS

This commit is contained in:
Alex Kotov 2020-02-08 12:25:24 +05:00
parent 720f57b7ba
commit e9efa3f8fd
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
5 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
barnacleos/build
================
raspberrypi-build
=================
[![Build Status](https://travis-ci.org/barnacleos/build.svg)](https://travis-ci.org/barnacleos/build)
[![Build Status](https://travis-ci.org/kotovalexarian/raspberrypi-build.svg)](https://travis-ci.org/kotovalexarian/raspberrypi-build)
Tool used to create the [BarnacleOS](https://github.com/barnacleos) images.
Tool used to create custom Debian GNU/Linux images for Raspberry Pi.
Based on [pi-gen](https://github.com/rpi-distro/pi-gen) tool used to create
the official [raspberrypi.org](https://raspberrypi.org) Raspbian images.
@ -39,7 +39,7 @@ Run `sudo ./run ./build.sh && sudo ./run ./mkimg.sh` to build the image.
The following files will be created:
* `rootfs/` - the root file system (`/` and `/boot/` partitions)
* `deploy/BarnacleOS.img` - the image to write to SD card
* `deploy/raspberrypi.img` - the image to write to SD card
#### WARNING
@ -55,7 +55,7 @@ The following files will be created:
System configuration
--------------------
The following information can be helpful when you connect to BarnacleOS:
The following information can be helpful when you connect:
* Root password is disabled
* User `user` has access via SSH with password `password`

View File

@ -1 +1 @@
barnacleos
raspberrypi

View File

@ -1,2 +1,2 @@
127.0.0.1 localhost
127.0.1.1 barnacleos.local barnacleos
127.0.1.1 raspberrypi.local raspberrypi

View File

@ -1,5 +1,5 @@
Welcome to BarnacleOS, which is a distribution of the Debian GNU/Linux.
Welcome to custom Debian GNU/Linux image for Raspberry Pi.
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the

2
run
View File

@ -4,7 +4,7 @@ export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
export BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export IMG_NAME='BarnacleOS'
export IMG_NAME='raspberrypi'
export USERNAME='user'
export PASSWORD='password'