trisquel-automatic-netinstall-qemu: README: Update to Trisquel 11.0.1.

I forgot to update the README as well in the commit
fed7db636e
("trisquel-automatic-netinstall-qemu: Update to Trisquel 11.0.1.").

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2024-09-16 01:39:23 +02:00
parent fed7db636e
commit 037cde820e
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ $ git clone https://forge.a-lec.org/cominfra/experimental-vms
$ cd experimental-vms/trisquel-automatic-netinstall-qemu $ cd experimental-vms/trisquel-automatic-netinstall-qemu
$ ./autogen.sh $ ./autogen.sh
$ ./configure --prefix=/ \ $ ./configure --prefix=/ \
--with-trisquel-netinstall=~/Downloads/trisquel-netinst_11.0_amd64.iso --with-trisquel-netinstall=~/Downloads/trisquel-netinst_11.0.1_amd64.iso
$ make $ make
Since your account on a physical machines from Libre en communs might 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: should work:
$ git clone https://forge.a-lec.org/cominfra/experimental-vms $ git clone https://forge.a-lec.org/cominfra/experimental-vms
$ cd experimental-vms/trisquel-automatic-netinstall-qemu $ 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 ./autogen.sh
$ ./libre-en-communs-guix-shell.sh ./configure --prefix=/ --disable-kvm $ ./libre-en-communs-guix-shell.sh ./configure --prefix=/ --disable-kvm
$ ./libre-en-communs-guix-shell.sh make $ ./libre-en-communs-guix-shell.sh make