Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
c3a68778
Commit
c3a68778
authored
Apr 25, 2017
by
thiolliere
Browse files
rename piboxinstaller to pibox-installer
parent
4741794d
Changes
9
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c3a68778
# piboxinstaller
# pibox
-
installer
This installer install ideascube on an SD card for raspberrypi 2 or raspberrypi 3
...
...
@@ -17,15 +17,15 @@ active virtual environment: `source venv/bin/activate`
install pip dependencies:
`pip3 install -r requirements.txt`
show help:
`python3 piboxinstaller -h`
show help:
`python3 pibox
-
installer -h`
show catalog:
`python3 piboxinstaller -c`
show catalog:
`python3 pibox
-
installer -c`
build your image with for example
*
an image of 5GiB with wikiquote.en:
`python3 piboxinstaller -z wikiquote.en -r 5`
*
an image of 5GiB with wikiquote.en:
`python3 pibox
-
installer -z wikiquote.en -r 5`
*
an image of 5GiB with wikiquote.en written to the sd card:
`python piboxinstaller -z wikiquote.en -r 5 -s dev/sdX`
*
an image of 5GiB with wikiquote.en written to the sd card:
`python pibox
-
installer -z wikiquote.en -r 5 -s dev/sdX`
warning: you need write priviledge for the device
...
...
@@ -52,11 +52,11 @@ Inside the emulator it builds ideascube with ansiblecube.
On a windows machine install python3.5 and QEMU
download piboxinstaller
download pibox
-
installer
on a terminal go to piboxinstaller directory and run:
on a terminal go to pibox
-
installer directory and run:
"C:
\P
rogram Files
\P
ython35
\p
ython.exe" "C:
\P
rogram Files
\P
ython35
\S
cripts
\p
yinstaller-script.py" piboxinstaller
_
windows.spec
"C:
\P
rogram Files
\P
ython35
\p
ython.exe" "C:
\P
rogram Files
\P
ython35
\S
cripts
\p
yinstaller-script.py" pibox
-
installer
-
windows.spec
## License
...
...
piboxinstaller.spec
→
pibox
-
installer
-linux
.spec
View file @
c3a68778
...
...
@@ -3,7 +3,7 @@
block_cipher
=
None
a
=
Analysis
([
'piboxinstaller/__main__.py'
],
a
=
Analysis
([
'pibox
-
installer/__main__.py'
],
pathex
=
[
'.'
],
binaries
=
[(
'/usr/bin/qemu-system-arm'
,
'.'
),
(
'/usr/bin/qemu-img'
,
'.'
)],
datas
=
[],
...
...
@@ -21,7 +21,7 @@ exe = EXE(pyz,
a
.
binaries
,
a
.
zipfiles
,
a
.
datas
,
name
=
'piboxinstaller'
,
name
=
'pibox
-
installer'
,
debug
=
False
,
strip
=
False
,
upx
=
True
,
...
...
piboxinstaller
_
windows.spec
→
pibox
-
installer
-
windows.spec
View file @
c3a68778
...
...
@@ -3,7 +3,7 @@
block_cipher
=
None
a
=
Analysis
([
'piboxinstaller/__main__.py'
],
a
=
Analysis
([
'pibox
-
installer/__main__.py'
],
pathex
=
[
'.'
],
binaries
=
[(
'C:\Program Files\qemu\qemu-system-arm.exe'
,
'.'
),
(
'C:\Program Files\qemu\qemu-img.exe'
,
'.'
),
...
...
@@ -85,7 +85,7 @@ exe = EXE(pyz,
a
.
binaries
,
a
.
zipfiles
,
a
.
datas
,
name
=
'piboxinstaller'
,
name
=
'pibox
-
installer'
,
debug
=
False
,
strip
=
False
,
upx
=
True
,
...
...
piboxinstaller/__main__.py
→
pibox
-
installer/__main__.py
View file @
c3a68778
File moved
piboxinstaller/backend/__init__.py
→
pibox
-
installer/backend/__init__.py
View file @
c3a68778
File moved
piboxinstaller/backend/catalog.py
→
pibox
-
installer/backend/catalog.py
View file @
c3a68778
File moved
piboxinstaller/backend/pretty_print.py
→
pibox
-
installer/backend/pretty_print.py
View file @
c3a68778
File moved
piboxinstaller/backend/qemu.py
→
pibox
-
installer/backend/qemu.py
View file @
c3a68778
File moved
piboxinstaller/backend/systemd.py
→
pibox
-
installer/backend/systemd.py
View file @
c3a68778
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment