rename gnutoo-trisquel-netinstall to experimental-trisquel-netinstall

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-10-10 01:06:54 +02:00
parent 980a27d5ff
commit af2419d575
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
8 changed files with 27 additions and 27 deletions

6
README
View File

@ -15,14 +15,14 @@ This repository is also backed up on software heritage.
Bootstrap Bootstrap
========= =========
Frist the gnutoo-trisquel-netinstall VM need to be installed. Once Frist the experimental-trisquel-netinstall VM need to be installed. Once
this is done it can be used to install the gnutoo-trisquel-installer this is done it can be used to install the experimental-trisquel-installer
VM by using the default options. VM by using the default options.
When installing it, do not enable SSH as this would expose the VM to When installing it, do not enable SSH as this would expose the VM to
security risks. security risks.
Once this is done, this new gnutoo-trisquel-installer can be used to Once this is done, this new experimental-trisquel-installer can be used to
install Guix and generate new Guix VMs like guix-installer-vm or install Guix and generate new Guix VMs like guix-installer-vm or
audio.experimental.a-lec.org. audio.experimental.a-lec.org.

View File

@ -29,9 +29,9 @@ You can then start the installer and get a console inside it with the
following commands: following commands:
``` ```
$ virsh -c qemu:///system start gnutoo-trisquel-netinstall $ virsh -c qemu:///system start experimental-trisquel-netinstall
$ ./use-serial-port.sh $ ./use-serial-port.sh
$ virsh -c qemu:///system console gnutoo-trisquel-netinstall $ virsh -c qemu:///system console experimental-trisquel-netinstall
``` ```
License License

View File

@ -15,4 +15,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this project. If not, see <http://www.gnu.org/licenses/>. # along with this project. If not, see <http://www.gnu.org/licenses/>.
virsh -c qemu:///system define --file gnutoo-trisquel-netinstall.xml virsh -c qemu:///system define --file experimental-trisquel-netinstall.xml

View File

@ -1,5 +1,5 @@
<domain type="kvm"> <domain type="kvm">
<name>gnutoo-trisquel-netinstall</name> <name>experimental-trisquel-netinstall</name>
<memory unit="KiB">2097152</memory> <memory unit="KiB">2097152</memory>
<currentMemory unit="KiB">2097152</currentMemory> <currentMemory unit="KiB">2097152</currentMemory>
<resource> <resource>

View File

@ -0,0 +1,20 @@
#!/bin/sh
# Copyright (C) 2023 Denis 'GNUtoo' Carikli
# SPDX-License-Identifier: GPL-3.0-or-later
# See /usr/include/linux/input-event-codes.h for the key <-> values
virsh -c qemu:///system send-key experimental-trisquel-netinstall 15 # TAB
virsh -c qemu:///system send-key experimental-trisquel-netinstall 46 # C
virsh -c qemu:///system send-key experimental-trisquel-netinstall 24 # O
virsh -c qemu:///system send-key experimental-trisquel-netinstall 49 # N
virsh -c qemu:///system send-key experimental-trisquel-netinstall 31 # S
virsh -c qemu:///system send-key experimental-trisquel-netinstall 24 # O
virsh -c qemu:///system send-key experimental-trisquel-netinstall 38 # L
virsh -c qemu:///system send-key experimental-trisquel-netinstall 18 # E
virsh -c qemu:///system send-key experimental-trisquel-netinstall 13 # =
virsh -c qemu:///system send-key experimental-trisquel-netinstall 20 # T
virsh -c qemu:///system send-key experimental-trisquel-netinstall 20 # T
virsh -c qemu:///system send-key experimental-trisquel-netinstall 21 # Y
virsh -c qemu:///system send-key experimental-trisquel-netinstall 58 # CAPSLOCK
virsh -c qemu:///system send-key experimental-trisquel-netinstall 31 # S
virsh -c qemu:///system send-key experimental-trisquel-netinstall 11 # 0
virsh -c qemu:///system send-key experimental-trisquel-netinstall 28 # ENTER

View File

@ -1,20 +0,0 @@
#!/bin/sh
# Copyright (C) 2023 Denis 'GNUtoo' Carikli
# SPDX-License-Identifier: GPL-3.0-or-later
# See /usr/include/linux/input-event-codes.h for the key <-> values
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 15 # TAB
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 46 # C
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 24 # O
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 49 # N
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 31 # S
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 24 # O
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 38 # L
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 18 # E
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 13 # =
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 20 # T
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 20 # T
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 21 # Y
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 58 # CAPSLOCK
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 31 # S
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 11 # 0
virsh -c qemu:///system send-key gnutoo-trisquel-netinstall 28 # ENTER