From 037cde820e51d9d2541dfb3777a1efbfe8dd2e1b Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 16 Sep 2024 01:39:23 +0200 Subject: [PATCH] trisquel-automatic-netinstall-qemu: README: Update to Trisquel 11.0.1. I forgot to update the README as well in the commit fed7db636e35ed50820d664f792bb4057a44d1f4 ("trisquel-automatic-netinstall-qemu: Update to Trisquel 11.0.1."). Signed-off-by: Denis 'GNUtoo' Carikli --- trisquel-automatic-netinstall-qemu/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trisquel-automatic-netinstall-qemu/README b/trisquel-automatic-netinstall-qemu/README index 4fb4792..06a8396 100644 --- a/trisquel-automatic-netinstall-qemu/README +++ b/trisquel-automatic-netinstall-qemu/README @@ -7,7 +7,7 @@ $ git clone https://forge.a-lec.org/cominfra/experimental-vms $ cd experimental-vms/trisquel-automatic-netinstall-qemu $ ./autogen.sh $ ./configure --prefix=/ \ - --with-trisquel-netinstall=~/Downloads/trisquel-netinst_11.0_amd64.iso + --with-trisquel-netinstall=~/Downloads/trisquel-netinst_11.0.1_amd64.iso $ make Since your account on a physical machines from Libre en communs might @@ -18,7 +18,7 @@ many tools, you will need to workaround by using the provided should work: $ git clone https://forge.a-lec.org/cominfra/experimental-vms $ cd experimental-vms/trisquel-automatic-netinstall-qemu -$ wget https://cdimage.trisquel.info/trisquel-images/trisquel-netinst_11.0_amd64.iso +$ wget https://cdimage.trisquel.info/trisquel-images/trisquel-netinst_11.0.1_amd64.iso $ ./libre-en-communs-guix-shell.sh ./autogen.sh $ ./libre-en-communs-guix-shell.sh ./configure --prefix=/ --disable-kvm $ ./libre-en-communs-guix-shell.sh make