diff options
author | Serge Schneider <[email protected]> | 2019-06-07 15:45:15 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2019-06-07 15:45:15 +0100 |
commit | 0552ef239b15d18afb497c3b7ce8314ae9970cbd (patch) | |
tree | 1e615e28f23149a9f3346e5fb6146daec6aca715 /stage0 | |
parent | a90b6bd0943a517efc8720b5097f622d0d7c7e64 (diff) |
Update to Buster
Remove ui and staging components
Diffstat (limited to 'stage0')
-rw-r--r-- | stage0/00-configure-apt/files/raspi.list | 4 | ||||
-rw-r--r-- | stage0/00-configure-apt/files/sources.list | 4 | ||||
-rwxr-xr-x | stage0/prerun.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/stage0/00-configure-apt/files/raspi.list b/stage0/00-configure-apt/files/raspi.list index 656ab48..122287e 100644 --- a/stage0/00-configure-apt/files/raspi.list +++ b/stage0/00-configure-apt/files/raspi.list @@ -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 diff --git a/stage0/00-configure-apt/files/sources.list b/stage0/00-configure-apt/files/sources.list index 45e5210..61820ac 100644 --- a/stage0/00-configure-apt/files/sources.list +++ b/stage0/00-configure-apt/files/sources.list @@ -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 diff --git a/stage0/prerun.sh b/stage0/prerun.sh index 7c09b02..9ce3e02 100755 --- a/stage0/prerun.sh +++ b/stage0/prerun.sh @@ -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 |