Commit Graph

61 Commits

Author SHA1 Message Date
Yossi
dac8450eff remove more packages unnecessary for drideOSZ 2017-06-15 08:14:55 +03:00
Yossi
bc3721a7bb don't install openCV on drideOSZ 2017-06-14 13:42:24 +03:00
Yossi
047334dea0 bluetooth setup fixes 2017-06-07 13:43:07 +03:00
Yossi
dd04197a4a Add bluetooth dride/Cardigan#33 2017-05-24 17:31:23 +03:00
Yossi
a7615f5b4d close dride/Cardigan#31 2017-05-10 21:25:56 +03:00
Yossi
2ced322c13 fix typo 2017-05-08 08:51:45 +03:00
Yossi
3b1bdb2271 Fix resize issue 2017-05-07 17:24:16 +03:00
Yossi
c0cdf64825 get latests cardigan from S3 static url 2017-04-30 09:21:16 +03:00
Yossi
8bf08b9b79 more tweets 2017-04-30 09:19:50 +03:00
Yossi
7e2138139b make settings folder writable 2017-04-25 09:03:56 +03:00
Yossi
fcfa6df232 Use Cardigan v0.3.1 🐎 2017-04-24 21:51:26 +03:00
Yossi
2a172f0c59 move cardigan to end of installation process 2017-04-24 13:07:35 +03:00
Yossi
e308114e28 move i2S to bottom 2017-04-23 08:50:19 +03:00
Yossi
6b17fc9ba4 install production ready npm modules 2017-04-21 09:37:51 +03:00
Yossi
72360e5b27 use modified i2samp install file 2017-04-20 09:05:13 +03:00
Yossi
900433d1e7 fix issue with extract Cardigan.zip 2017-04-18 09:36:32 +03:00
Yossi
67800dd04c remove gpsd from install 2017-04-17 12:33:18 +03:00
Yossi
8ef52117e3 remove i2S 2017-04-16 17:33:41 +03:00
Yossi
9bb2ed9537 unzip Cardigan to designated dir 2017-04-16 10:49:12 +03:00
Yossi
d452ea2f3f add GPS core 2017-04-16 10:24:32 +03:00
Yossi
603ee58f25 update to Cardigan v0.3 2017-04-14 21:22:56 +03:00
Yossi
0dbe2c49be move opencv install to the bottom 2017-04-13 21:56:53 +03:00
Yossi
6ba487e168 revert to pi camera python 1.12 until a fix will be found 2017-04-13 17:28:29 +03:00
Yossi
59325d497b fix piCamera install 2017-04-13 15:43:17 +03:00
Yossi
a997d0ecee install piCamera threw apt-get 2017-04-13 14:05:51 +03:00
Yossi
a0191799c6 remove quotes from piCamera[array] 2017-04-13 10:10:34 +03:00
Yossi
5b86536360 add -y flag to pip install 2017-04-12 14:15:54 +03:00
Yossi
2c1726ca87 install i2s 2017-04-12 13:40:49 +03:00
Yossi
e6528f24d6 use mpg123 instead of omg 2017-04-12 13:37:58 +03:00
Yossi
6d9ab9f47a install picamera & apt-get pip 2017-04-12 13:22:32 +03:00
Yossi
0eccdb98f7 Merge remote-tracking branch 'RPi-Distro/dev' into dev
# Conflicts:
#	.gitignore
#	stage2/04-cleanup/00-run.sh
#	stage2/EXPORT_NOOBS
#	stage4/00-install-packages/00-debconf
#	stage4/00-install-packages/00-packages
#	stage4/00-install-packages/00-packages-nr
#	stage4/EXPORT_IMAGE
2017-04-05 11:04:00 +03:00
Serge Schneider
6c146a7bb7 Clean up clean up 2017-04-03 16:01:13 +01:00
Benjamin Parzella
762e20cc0a Minor error in stage2 sys-tweaks debconf file
Seems like there is a misplaced line break
2017-04-03 15:59:16 +01:00
Serge Schneider
1f1ddb5f13 Specify additional variables in EXPORT_* files 2017-03-13 17:39:58 +00:00
Serge Schneider
8f22f2f27e stage2: install libpam-chksshpwd 2017-03-13 17:31:49 +00:00
Serge Schneider
718a4e8c21 Switch to PARTUUID 2017-03-07 15:14:03 +00:00
Serge Schneider
51fbf45dd7 stage2: Manually install /etc/default/console-setup
debconf alone does not seem to work
2017-03-06 09:27:48 +00:00
Yossi
ea93abbd73 cleanup 2017-01-26 10:12:43 +02:00
Yossi
68299deb18 cleanup 2017-01-25 16:51:47 +02:00
Yossi
b7220e8b05 nom i at the end of the script 2017-01-25 16:50:24 +02:00
Yossi
ccef2885e8 cleanup 2017-01-25 16:23:35 +02:00
Yossi
c8eb87671f install dride-core first 2017-01-25 14:53:27 +02:00
Yossi
ee04119501 remove stage 3 & 4 2017-01-25 14:53:11 +02:00
Yossi
435f481dc9 use zipped package instead of git clone for Cardigan 2017-01-24 22:20:57 +02:00
Yossi
272e8091e4 Add git to the packages installed 2017-01-24 16:30:32 +02:00
Yossi
1ffce90c3e dride-ws from a zip 2017-01-23 19:57:49 +02:00
Yossi
6c10b36794 fixes for drideOS 2017-01-23 19:43:42 +02:00
Claus F. Strasburger
667318116a Added Docker support (#40)
* Added Docker support

- replaced necessity for devicemapper (through kpartx) by using parted and
  losetup with offsets
- added Dockerfile
- added dependency for parted and grep
- added hints to README.md
- common: loop through unmounts, fix shellcheck warnings

* stage2: use debconf instead of console-setup patch. Fixes #41
2017-01-23 12:44:03 +00:00
Yossi
39a0952d3c Add install script [Dirty] 2017-01-22 20:41:19 +02:00
Yossi
64a14a749f Add dride install script 2017-01-19 19:58:51 +02:00