Skip to content

Commit e9c1289

Browse files
committed
Fixed naming, cleanup
1 parent 9b8f41e commit e9c1289

File tree

7 files changed

+27
-251
lines changed

7 files changed

+27
-251
lines changed

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/bootfs/
22
/packages/
33
/installer*.cpio*
4-
/raspbian-ua-netinst-*.zip
5-
/raspbian-ua-netinst-*.img
6-
/raspbian-ua-netinst-*.img.xz
7-
/raspbian-ua-netinst-*.img.bz2
4+
/raspberrypi-ua-netinst-*.zip
5+
/raspberrypi-ua-netinst-*.img
6+
/raspberrypi-ua-netinst-*.img.xz
7+
/raspberrypi-ua-netinst-*.img.bz2

BUILD.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
raspbian-ua-netinst build instructions
1+
raspberrypi-ua-netinst build instructions
22
======================================
33

44
To create an image yourself, you need to have various packages installed on the host machine.
@@ -19,7 +19,7 @@ On Debian based systems you can install them as root or with sudo as follows:
1919
aptitude install git curl bzip2 zip xz-utils gnupg kpartx dosfstools binutils bc
2020
```
2121

22-
The following scripts are used to build the raspbian-ua-netinst installer, listed in the same order they would be used:
22+
The following scripts are used to build the raspberrypi-ua-netinst installer, listed in the same order they would be used:
2323

2424
- clean.sh - Start with a clean slate by removing everything created by earlier builds. This is not needed on a first build, but won't hurt either.
2525
- update.sh - Downloads latest Raspbian packages that will be used to build the installer.

CHANGELOG.md

-179
This file was deleted.

CONTRIBUTING.md

-45
This file was deleted.

0 commit comments

Comments
 (0)