Skip to content

Commit

Permalink
Fixed naming, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Phiber2000 committed Jul 19, 2016
1 parent 9b8f41e commit e9c1289
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 251 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/bootfs/
/packages/
/installer*.cpio*
/raspbian-ua-netinst-*.zip
/raspbian-ua-netinst-*.img
/raspbian-ua-netinst-*.img.xz
/raspbian-ua-netinst-*.img.bz2
/raspberrypi-ua-netinst-*.zip
/raspberrypi-ua-netinst-*.img
/raspberrypi-ua-netinst-*.img.xz
/raspberrypi-ua-netinst-*.img.bz2
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
raspbian-ua-netinst build instructions
raspberrypi-ua-netinst build instructions
======================================

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

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

- 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.
- update.sh - Downloads latest Raspbian packages that will be used to build the installer.
Expand Down
179 changes: 0 additions & 179 deletions CHANGELOG.md

This file was deleted.

45 changes: 0 additions & 45 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit e9c1289

Please sign in to comment.