From 93df1b892d3120729c4871109550ad7fb8a47f57 Mon Sep 17 00:00:00 2001 From: Lucien Morey Date: Tue, 22 Oct 2024 09:49:06 +1100 Subject: [PATCH] switch console to 24.04.1 --- 06_generate_ubuntu_console_root.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/06_generate_ubuntu_console_root.sh b/06_generate_ubuntu_console_root.sh index 4552871..2ed9d14 100755 --- a/06_generate_ubuntu_console_root.sh +++ b/06_generate_ubuntu_console_root.sh @@ -11,16 +11,16 @@ wdir=`pwd` if [ -f /tmp/latest ] ; then rm -rf /tmp/latest | true fi -wget --quiet --directory-prefix=/tmp/ https://rcn-ee.net/rootfs/ubuntu-riscv64-23.04-minimal/latest || true +wget --quiet --directory-prefix=/tmp/ https://rcn-ee.net/rootfs/ubuntu-riscv64-24.04-minimal/latest || true if [ -f /tmp/latest ] ; then latest_rootfs=$(cat "/tmp/latest") datestamp=$(cat "/tmp/latest" | awk -F 'riscv64-' '{print $2}' | awk -F '.' '{print $1}') - if [ ! -f ./deploy/ubuntu-23.04-console-riscv64-${datestamp}/riscv64-rootfs-ubuntu-lunar.tar ] ; then + if [ ! -f ./deploy/ubuntu-24.04-console-riscv64-${datestamp}/riscv64-rootfs-ubuntu-noble.tar ] ; then if [ -f ./.gitlab-runner ] ; then - wget -c --directory-prefix=./deploy http://192.168.1.98/mirror/rcn-ee.us/rootfs/ubuntu-riscv64-23.04-minimal/${datestamp}/${latest_rootfs} + wget -c --directory-prefix=./deploy http://192.168.1.98/mirror/rcn-ee.us/rootfs/ubuntu-riscv64-24.04-minimal/${datestamp}/${latest_rootfs} else - wget -c --directory-prefix=./deploy https://rcn-ee.net/rootfs/ubuntu-riscv64-23.04-minimal/${datestamp}/${latest_rootfs} + wget -c --directory-prefix=./deploy https://rcn-ee.net/rootfs/ubuntu-riscv64-24.04-minimal/${datestamp}/${latest_rootfs} fi cd ./deploy/ tar xf ${latest_rootfs} @@ -36,8 +36,8 @@ if [ -d ./ignore/.root ] ; then fi mkdir -p ./ignore/.root -echo "Extracting: ubuntu-23.04-console-riscv64-${datestamp}/riscv64-rootfs-ubuntu-lunar.tar" -tar xfp ./deploy/ubuntu-23.04-console-riscv64-${datestamp}/riscv64-rootfs-ubuntu-lunar.tar -C ./ignore/.root +echo "Extracting: ubuntu-24.04.1-console-riscv64-${datestamp}/riscv64-rootfs-ubuntu-noble.tar" +tar xfp ./deploy/ubuntu-24.04.1-console-riscv64-${datestamp}/riscv64-rootfs-ubuntu-noble.tar -C ./ignore/.root sync mkdir -p ./deploy/input/ || true