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/prerun.sh | |
parent | a90b6bd0943a517efc8720b5097f622d0d7c7e64 (diff) |
Update to Buster
Remove ui and staging components
Diffstat (limited to 'stage0/prerun.sh')
-rwxr-xr-x | stage0/prerun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |