Commit graph

18 commits

Author SHA1 Message Date
Jools Wills
6297e3136b fix path 2015-10-05 20:46:48 +01:00
Jools Wills
a8a66594fe don't exclude fstab in berryboot generation 2015-10-05 20:09:43 +01:00
Jools Wills
2ef661b065 removed sudo 2015-10-05 19:10:03 +01:00
Jools Wills
e53ae8424c removed old variable from image generation 2015-10-05 19:07:26 +01:00
Jools Wills
e4cfedd274 added retropie/berryboot image creation script 2015-10-05 19:05:41 +01:00
Jools Wills
c6c250b467 fix SIZE variable setting 2015-10-05 01:59:34 +01:00
Jools Wills
78e46a4682 updated chroot/sdcard image creation scripts 2015-10-05 00:49:43 +01:00
Jools Wills
a6933a6445 use githubs preferred access protocol - https:// - before we had mixed git:// and http:// around the code 2015-06-16 16:50:37 +01:00
Jools Wills
15e19cd3a5 updated some more github urls to point to RetroPie org 2015-06-16 16:48:25 +01:00
Florian
23a89c95fc Merge pull request #579 from joolswills/styleguide
Styleguide #569
2015-01-11 21:28:32 +01:00
Jools Wills
81f650f97a styleguide changes:
* some more indentation fixes
2015-01-11 18:01:10 +00:00
Jools Wills
3bd3f33404 styleguide changes:
* indentation to 4 spaces
2015-01-11 17:57:01 +00:00
Jools Wills
8b902ad292 styleguide changes:
* `command` -> $(command)
2015-01-11 17:44:37 +00:00
Florian
5ab0f9927f Added draft for HOWTO 2015-01-11 18:43:34 +01:00
Jools Wills
afa61f58a0 styleguide changes:
* some errors fixed from previous styleguide fixes
 * some missed [ ]
2015-01-11 17:28:57 +00:00
Jools Wills
81fdba97fc styleguide changes:
* [[ "a" == "" ]] -> [[ -z "a" ]]
2015-01-11 17:15:36 +00:00
Jools Wills
641178f761 styleguide changes:
* [ ] -> [[ ]]
  * [ a = b ] -> [[ a == b ]]

note asplashscreen script left with [ ] as it doesn't specify bash directory
2015-01-11 17:11:11 +00:00
Jools Wills
6188e1026c added scripts for managing sdcard image / filesystem #563 2015-01-09 11:40:54 +00:00