Update to Buster
Remove ui and staging components
This commit is contained in:
parent
a90b6bd094
commit
0552ef239b
|
@ -1,9 +0,0 @@
|
||||||
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/ 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
|
|
|
@ -1 +0,0 @@
|
||||||
0-sources.diff
|
|
|
@ -15,5 +15,5 @@
|
||||||
],
|
],
|
||||||
"url": "http://www.raspbian.org/",
|
"url": "http://www.raspbian.org/",
|
||||||
"username": "pi",
|
"username": "pi",
|
||||||
"version": "stretch"
|
"version": "buster"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
deb http://archive.raspberrypi.org/debian/ stretch main ui staging
|
deb http://archive.raspberrypi.org/debian/ buster main
|
||||||
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
|
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
|
||||||
#deb-src http://archive.raspberrypi.org/debian/ stretch main ui
|
#deb-src http://archive.raspberrypi.org/debian/ buster main
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
|
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
|
||||||
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
|
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
|
||||||
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
|
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
if [ ! -d "${ROOTFS_DIR}" ]; then
|
if [ ! -d "${ROOTFS_DIR}" ]; then
|
||||||
bootstrap stretch "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
|
bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user