Compare commits
18 commits
yunohost-b
...
yunohost-s
Author | SHA1 | Date | |
---|---|---|---|
|
d92eeb0b10 | ||
|
948ed62b2f | ||
|
357cf60aae | ||
|
be3dd17cc2 | ||
|
a719feaf32 | ||
|
a09b085991 | ||
|
fa26358fe7 | ||
|
6e2e43cdd5 | ||
|
f64a6662f5 | ||
|
74f562814e | ||
|
5899d8bd61 | ||
|
15864c0823 | ||
|
a68943c272 | ||
|
901bb9703e | ||
|
ddf26956a8 | ||
|
69af9bad45 | ||
|
5b5dbd830a | ||
|
135109f706 |
12 changed files with 19 additions and 25 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal 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
1
config
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IMG_NAME=YunoHost-stretch
|
|
@ -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.orig/rootfs/etc/apt/sources.list.d/yunohost.list
|
||||||
+++ export-jessie/rootfs/etc/apt/sources.list.d/raspi.list
|
+++ export-jessie/rootfs/etc/apt/sources.list.d/yunohost.list
|
||||||
@@ -1,3 +1,3 @@
|
@@ -1,3 +1,3 @@
|
||||||
-deb http://archive.raspberrypi.org/debian/ stretch main ui staging
|
-deb http://repo.yunohost.org/debian/ stretch main ui staging
|
||||||
+deb http://archive.raspberrypi.org/debian/ stretch main ui
|
+deb http://repo.yunohost.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
|
|
||||||
|
|
BIN
stage0/00-configure-apt/files/yunohost.asc
Normal file
BIN
stage0/00-configure-apt/files/yunohost.asc
Normal file
Binary file not shown.
1
stage0/00-configure-apt/files/yunohost.list
Normal file
1
stage0/00-configure-apt/files/yunohost.list
Normal file
|
@ -0,0 +1 @@
|
||||||
|
deb https://vinaigrette.yunohost.org/debian stretch stable
|
|
@ -1 +1 @@
|
||||||
libraspberrypi-bin libraspberrypi0 raspi-config
|
libraspberrypi-bin libraspberrypi0 raspi-config dialog git mailutils yunohost yunohost-admin ssowat moulinette
|
||||||
|
|
|
@ -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
|
dialog
|
||||||
xpdf gtk2-engines alsa-utils
|
|
||||||
desktop-base
|
|
||||||
git
|
git
|
||||||
omxplayer
|
mailutils
|
||||||
raspberrypi-artwork
|
|
||||||
policykit-1
|
|
||||||
gvfs
|
|
||||||
rfkill
|
|
||||||
chromium-browser rpi-chromium-mods
|
|
||||||
gldriver-test
|
|
||||||
fonts-droid-fallback
|
|
||||||
fonts-liberation2
|
|
||||||
|
|
1
stage3/SKIP
Normal file
1
stage3/SKIP
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
1
stage4/SKIP
Normal file
1
stage4/SKIP
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
# Do you accept the Wolfram - Raspberry Pi® Bundle License Agreement?
|
|
||||||
wolfram-engine shared/accepted-wolfram-eula boolean true
|
|
|
@ -1 +0,0 @@
|
||||||
wolfram-engine
|
|
|
@ -1,2 +1,2 @@
|
||||||
NOOBS_NAME="Raspbian"
|
NOOBS_NAME="YunoHost"
|
||||||
NOOBS_DESCRIPTION="A port of Debian Stretch for the Raspberry Pi (full desktop version)"
|
NOOBS_DESCRIPTION="YunoHost is a server operating system aiming to make self-hosting accessible to everyone."
|
||||||
|
|
Loading…
Reference in a new issue