Skip to content

Commit

Permalink
Update to Buster
Browse files Browse the repository at this point in the history
Remove ui and staging components
  • Loading branch information
XECDesign committed Jun 7, 2019
1 parent a90b6bd commit 0552ef2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 16 deletions.
9 changes: 0 additions & 9 deletions export-image/01-set-sources/00-patches/0-sources.diff

This file was deleted.

1 change: 0 additions & 1 deletion export-image/01-set-sources/00-patches/series

This file was deleted.

2 changes: 1 addition & 1 deletion export-noobs/00-release/files/os.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
],
"url": "http://www.raspbian.org/",
"username": "pi",
"version": "stretch"
"version": "buster"
}
4 changes: 2 additions & 2 deletions stage0/00-configure-apt/files/raspi.list
Original file line number Diff line number Diff line change
@@ -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'
#deb-src http://archive.raspberrypi.org/debian/ stretch main ui
#deb-src http://archive.raspberrypi.org/debian/ buster main
4 changes: 2 additions & 2 deletions stage0/00-configure-apt/files/sources.list
Original file line number Diff line number Diff line change
@@ -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'
#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
2 changes: 1 addition & 1 deletion stage0/prerun.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

if [ ! -d "${ROOTFS_DIR}" ]; then
bootstrap stretch "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
bootstrap buster "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
fi

0 comments on commit 0552ef2

Please sign in to comment.