Rework
This commit is contained in:
9
export-image/01-set-sources/00-patches/0-sources.diff
Normal file
9
export-image/01-set-sources/00-patches/0-sources.diff
Normal file
@@ -0,0 +1,9 @@
|
||||
Index: export-jessie/rootfs/etc/apt/sources.list.d/raspi.list
|
||||
===================================================================
|
||||
--- export-jessie.orig/rootfs/etc/apt/sources.list.d/raspi.list
|
||||
+++ export-jessie/rootfs/etc/apt/sources.list.d/raspi.list
|
||||
@@ -1,3 +1,3 @@
|
||||
-deb http://archive.raspberrypi.org/debian/ jessie main ui staging
|
||||
+deb http://archive.raspberrypi.org/debian/ jessie main ui
|
||||
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
|
||||
#deb-src http://archive.raspberrypi.org/debian/ jessie main ui
|
1
export-image/01-set-sources/00-patches/series
Normal file
1
export-image/01-set-sources/00-patches/series
Normal file
@@ -0,0 +1 @@
|
||||
0-sources.diff
|
7
export-image/01-set-sources/01-run.sh
Executable file
7
export-image/01-set-sources/01-run.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
on_chroot sh -e - <<EOF
|
||||
apt-get update
|
||||
apt-get -y dist-upgrade
|
||||
apt-get clean
|
||||
EOF
|
Reference in New Issue
Block a user