experimental-vms/trisquel-manual-netinstall-lxc
Denis 'GNUtoo' Carikli 32b17e3f7d
trisquel-netinstall: move scripts inside the Makefile
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2024-07-04 03:00:03 +02:00
..
Makefile trisquel-netinstall: move scripts inside the Makefile 2024-07-04 03:00:03 +02:00
README Rename to trisquel-manual-netinstall-lxc. 2024-07-02 18:17:45 +02:00
gnutoo-trisquel-netinstall.xml Rename to trisquel-manual-netinstall-lxc. 2024-07-02 18:17:45 +02:00
use-serial-port.sh Rename to trisquel-manual-netinstall-lxc. 2024-07-02 18:17:45 +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 gnutoo-trisquel-netinstall
$ ./use-serial-port.sh
$ virsh -c qemu:///system console gnutoo-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/>.