experimental-vms/experimental-trisquel-netin...
Denis 'GNUtoo' Carikli 0a02454402
trisquel-netinstall: move scripts inside the Makefile
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2023-10-10 01:21:30 +02:00
..
Makefile trisquel-netinstall: move scripts inside the Makefile 2023-10-10 01:21:30 +02:00
README rename gnutoo-trisquel-netinstall to experimental-trisquel-netinstall 2023-10-10 01:07:11 +02:00
gnutoo-trisquel-netinstall.xml rename gnutoo-trisquel-netinstall to experimental-trisquel-netinstall 2023-10-10 01:07:11 +02:00
use-serial-port.sh rename gnutoo-trisquel-netinstall to experimental-trisquel-netinstall 2023-10-10 01:07:11 +02:00

README

Deployment
==========

If you don't have the Trisquel netinstall iso inside libvirt you can
get it by first downloading it in the current directory with the
following command:

```
$ make
```

Then you can add it to libvirt with the following command:

```
$ ./create-netinstall-volume.sh
```

Then if the VM is not already defined in libvirt, you can use the
following command to do that:

```
$ ./create-vm.sh
```

You will then need to add an extra storage device to the VM to have
some storage to install Trisquel on.

You can then start the installer and get a console inside it with the
following commands:

```
$ virsh -c qemu:///system start experimental-trisquel-netinstall
$ ./use-serial-port.sh
$ virsh -c qemu:///system console experimental-trisquel-netinstall
```

License
=======
This project is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This project is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this project.  If not, see <http://www.gnu.org/licenses/>.