Two trivial changes (typo + info message) (#179)

Thanks, Pablo Castellano!

* Fixed typo

* Guide user about what are the next steps after flashing kernel and password

* Increased postmarketos-mkinitfs' pkgver and rewording

Changes requested:
https://github.com/postmarketOS/pmbootstrap/pull/179
This commit is contained in:
Pablo Castellano 2017-07-19 20:05:34 +02:00 committed by Oliver Smith
parent 1aae094b50
commit 6be7d656ee
6 changed files with 21 additions and 4 deletions

View file

@ -168,7 +168,7 @@ def is_necessary(args, arch, apkbuild, apkindex_path=None):
# Get package name, version, define start of debug message
package = apkbuild["pkgname"]
version_new = apkbuild["pkgver"] + "-r" + apkbuild["pkgrel"]
msg = "Build is neccessary for package '" + package + "': "
msg = "Build is necessary for package '" + package + "': "
# Get old version from APKINDEX
if apkindex_path: