The tarball can be copied to the VM through the serial port with the
following command:
# cat > mumble-vm.tar.xz.b64
the user then pastes the base64 content and types ctrl+d and this
results in the file being written.
The content can then be extracted with the following commands:
# base64 -d mumble-vm.tar.xz.b64 > mumble-vm.tar.xz
# tar xf mumble-vm.tar.xz
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Running dhclient on eth0 gives a /16, and this is necessary anyway to
reach the gateway.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
We at least need nss-certs for running guix system reconfigure
manually, so it's a good idea to have it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
According to the operating-system-file fileld of
unattended-upgrade-configuration in the manual, automatic updates
don't work when "/run/current-system/configuration.scm [...] refers to
extra files (SSH public keys, extra configuration files, etc.) via
local-file and similar constructs.".
So we need these files in the store and to point to them to make the
automatic updates work.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This makes it easier to deploy the VM to the Libre En Communs
infrastructure as it doesn't require to also copy these files to the
VM producing the image.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Copying an image from Guix should not require sudo, and make isn't
supposed to bypass permissions anyway.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
The default DNS server address is supposed to be used by Libre En
Communs for the deployed VM.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
The default DNS server address is supposed to be used by Libre En
Communs for the deployed VM.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
The default gateway IP address is supposed to be used by Libre En
Communs for the deployed VM.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
The default gateway IP address is supposed to be used by Libre En
Communs for the deployed VM.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
The default IP address is supposed to be used by Libre En Communs for
the deployed VM.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
The default IP address is supposed to be used by Libre En Communs for
the deployed VM.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This project is under the GPLv3 and not AGPLv3 in order to be able
to share code back and forth with Guix.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>