Commit Graph

2372 Commits

Author SHA1 Message Date
Oliver Smith 276b55de71 Merge pull request #8 from samueldr/fix/workdir-casing
Fixes workdir lowercasing.
2017-05-28 18:44:49 +00:00
Samuel Dionne-Riel 41177a25de Fixes workdir lowercasing.
The `cli.ask` command would forcibly lowercase the whole string. This
made the script unusable on a non-FHS-compliant system, like mine, where
the users's directories are under `/Users/`.
2017-05-28 14:27:48 -04:00
Oliver Smith 15a495b7e2
Fix #5: proper error message, when chroot binary is not in PATH 2017-05-28 17:49:45 +02:00
Santosh D 0fc259c4fe Make tuna_kernel compile 2017-05-28 17:38:14 +02:00
Santosh D 4ab785a978 Merge https://github.com/postmarketOS/pmbootstrap into device/maguro 2017-05-28 17:37:40 +02:00
Oliver Smith c7f8e99fb8
Add CONTRIBUTING.md 2017-05-28 03:40:30 +02:00
Oliver Smith 1b9efba2e1
README.md: link CI badge 2017-05-28 03:04:45 +02:00
Oliver Smith fb683bc7a2
README.md: Add CI badge 2017-05-28 03:01:27 +02:00
Oliver Smith 929948785f
Rename travis.yaml to travis.yml 2017-05-28 02:48:03 +02:00
Oliver Smith 75641f5fc7
Set up static code analysis, fix style issues reported by flake8 2017-05-28 02:44:53 +02:00
Oliver Smith 1cce0155fd
README.md: Typo fix, openssl is required, not openssh.
You'll need openssh to connect to your device after it has booted,
but if your host system does not have openssh, you can simply use
openssh from the native Alpine Linux chroot:
  ./pmbootstrap.py chroot
  apk install openssh
2017-05-28 01:13:29 +02:00
Oliver Smith 779723249c
README.md: link to the new porting guide 2017-05-28 00:57:21 +02:00
Santosh D 7cfab311f4 prepping port for maguro (galaxy nexus GSM) in case it decides to boot again at some point 2017-05-27 21:00:21 +02:00
Oliver Smith 247a79a1ba
Fix #1: copying user's abuild keys failed 2017-05-27 15:38:04 +02:00
Oliver Smith e557414563
Adjust pmbootstrap executable in README.md #2 2017-05-26 22:43:36 +02:00
Oliver Smith 04c931dc13
Adjust pmbootstrap executable in README.md 2017-05-26 22:40:30 +02:00
Oliver Smith bf387f0ef8
Add missing "build" folder (was gitignored before) 2017-05-26 22:35:21 +02:00
Oliver Smith ed9fc7f8b2
Put postmarketOS aports inside pmbootstrap repo
Later, the aports folder will probably get split up in its own repository.
But right now this is simply convenient.
2017-05-26 22:26:25 +02:00
Oliver Smith 0d26306d73
Minor adjustments to README.md 2017-05-26 22:13:15 +02:00
Oliver Smith eba5222e47
add README.md 2017-05-26 22:09:50 +02:00
Oliver Smith ae950fb9f7
Hello, there! 2017-05-26 22:08:45 +02:00
Oliver Smith bfde354b22 Initial commit 2017-05-26 19:25:48 +00:00