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
5706bce2
Commit
5706bce2
authored
Apr 18, 2017
by
thiolliere
Browse files
rename ideasbox_raspberrypi_installer to piboxinstaller
parent
48af7487
Changes
8
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5706bce2
#
ideascube_raspberrypi_
installer
#
pibox
installer
This installer install ideascube on an SD card for raspberrypi 2 or raspberrypi 3
...
...
@@ -18,15 +18,15 @@ active virtual environment: `source venv/bin/activate`
install pip dependencies:
`pip3 install -r requirements.txt`
show help:
`python3
ideascube_raspberrypi_
installer -h`
show help:
`python3
pibox
installer -h`
show catalog:
`python3
ideascube_raspberrypi_
installer -c`
show catalog:
`python3
pibox
installer -c`
build your image with for example
*
an image of 5GiB with wikiquote.en:
`python3
ideascube_raspberrypi_
installer -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
ideascube_raspberrypi_
installer -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
...
...
ideascube_raspberrypi_
installer.spec
→
pibox
installer.spec
View file @
5706bce2
...
...
@@ -3,8 +3,8 @@
block_cipher
=
None
a
=
Analysis
([
'
ideascube_raspberrypi_
installer/__main__.py'
],
pathex
=
[
'
/home/thiolliere/developpement/ideascube_raspberrypi_installer
'
],
a
=
Analysis
([
'
pibox
installer/__main__.py'
],
pathex
=
[
'
.
'
],
binaries
=
[(
'/usr/bin/qemu-system-arm'
,
'.'
),
(
'/usr/bin/qemu-img'
,
'.'
)],
datas
=
[],
hiddenimports
=
[],
...
...
@@ -21,7 +21,7 @@ exe = EXE(pyz,
a
.
binaries
,
a
.
zipfiles
,
a
.
datas
,
name
=
'
__main__
'
,
name
=
'
piboxinstaller
'
,
debug
=
False
,
strip
=
False
,
upx
=
True
,
...
...
ideascube_raspberrypi_
installer/__main__.py
→
pibox
installer/__main__.py
View file @
5706bce2
File moved
ideascube_raspberrypi_
installer/backend/__init__.py
→
pibox
installer/backend/__init__.py
View file @
5706bce2
File moved
ideascube_raspberrypi_
installer/backend/catalog.py
→
pibox
installer/backend/catalog.py
View file @
5706bce2
File moved
ideascube_raspberrypi_
installer/backend/pretty_print.py
→
pibox
installer/backend/pretty_print.py
View file @
5706bce2
File moved
ideascube_raspberrypi_
installer/backend/qemu.py
→
pibox
installer/backend/qemu.py
View file @
5706bce2
File moved
ideascube_raspberrypi_
installer/backend/systemd.py
→
pibox
installer/backend/systemd.py
View file @
5706bce2
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