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
|
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 |
|
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 |
|