Compare commits

...

18 Commits

Author SHA1 Message Date
Rafi59 d92eeb0b10
[fix] Lists 2018-03-08 15:47:14 +01:00
Rafi59 948ed62b2f
Update config 2018-03-08 15:45:42 +01:00
Rafi59 357cf60aae
[fix] apt list 2018-02-10 10:47:21 +01:00
Rafi59 be3dd17cc2
[fix] travis config 2018-02-10 10:11:59 +01:00
Rafi59 a719feaf32
Create .travis.yml 2018-02-10 10:04:20 +01:00
Rafi59 a09b085991
Update description 2018-02-09 22:42:04 +01:00
Rafi59 fa26358fe7
Delete 00-debconf 2018-02-09 22:23:15 +01:00
Rafi59 6e2e43cdd5
Remove unnecessary packages 2018-02-09 22:23:06 +01:00
Rafi59 f64a6662f5
Create SKIP 2018-02-09 22:22:10 +01:00
Rafi59 74f562814e
Create SKIP 2018-02-09 22:21:53 +01:00
Rafi59 5899d8bd61
Add required packages 2018-02-09 22:21:23 +01:00
Rafi59 15864c0823
Add YunoHost packages 2018-02-09 22:20:10 +01:00
Rafi59 a68943c272
Add YunoHost repo 2018-02-09 22:18:55 +01:00
Rafi59 901bb9703e
add YunoHost repo 2018-02-09 22:18:08 +01:00
Rafi59 ddf26956a8
modify image 2018-02-09 22:15:32 +01:00
Rafi59 69af9bad45
Update 0-sources.diff 2018-02-09 22:04:39 +01:00
Rafi59 5b5dbd830a
Update 00-packages 2018-02-09 21:04:40 +01:00
Rafi59 135109f706
Create config 2018-02-09 20:28:53 +01:00
12 changed files with 19 additions and 25 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
os: "linux"
dist: "xenial"
install: "apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip dosfstools bsdtar libcap2-bin grep rsync xz-utils"
script: "./build.sh"

1
config Normal file
View File

@ -0,0 +1 @@
IMG_NAME=YunoHost-stretch

View File

@ -1,9 +1,8 @@
Index: export-jessie/rootfs/etc/apt/sources.list.d/raspi.list
Index: export-jessie/rootfs/etc/apt/sources.list.d/yunohost.list
===================================================================
--- export-jessie.orig/rootfs/etc/apt/sources.list.d/raspi.list
+++ export-jessie/rootfs/etc/apt/sources.list.d/raspi.list
--- export-jessie.orig/rootfs/etc/apt/sources.list.d/yunohost.list
+++ export-jessie/rootfs/etc/apt/sources.list.d/yunohost.list
@@ -1,3 +1,3 @@
-deb http://archive.raspberrypi.org/debian/ stretch main ui staging
+deb http://archive.raspberrypi.org/debian/ stretch main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ stretch main ui
-deb http://repo.yunohost.org/debian/ stretch main ui staging
+deb http://repo.yunohost.org/debian/ stretch main ui

Binary file not shown.

View File

@ -0,0 +1 @@
deb https://vinaigrette.yunohost.org/debian stretch stable

View File

@ -1 +1 @@
libraspberrypi-bin libraspberrypi0 raspi-config
libraspberrypi-bin libraspberrypi0 raspi-config dialog git mailutils yunohost yunohost-admin ssowat moulinette

View File

@ -1,13 +1,3 @@
gstreamer1.0-x gstreamer1.0-omx gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-libav
xpdf gtk2-engines alsa-utils
desktop-base
dialog
git
omxplayer
raspberrypi-artwork
policykit-1
gvfs
rfkill
chromium-browser rpi-chromium-mods
gldriver-test
fonts-droid-fallback
fonts-liberation2
mailutils

1
stage3/SKIP Normal file
View File

@ -0,0 +1 @@

1
stage4/SKIP Normal file
View File

@ -0,0 +1 @@

View File

@ -1,2 +0,0 @@
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
wolfram-engine shared/accepted-wolfram-eula boolean true

View File

@ -1 +0,0 @@
wolfram-engine

View File

@ -1,2 +1,2 @@
NOOBS_NAME="Raspbian"
NOOBS_DESCRIPTION="A port of Debian Stretch for the Raspberry Pi (full desktop version)"
NOOBS_NAME="YunoHost"
NOOBS_DESCRIPTION="YunoHost is a server operating system aiming to make self-hosting accessible to everyone."