experimental-vms/.gitignore
Denis 'GNUtoo' Carikli bd5799967f
Add base64 tarball target
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>
2023-10-03 15:08:04 +02:00

24 lines
325 B
Text

*~
\#*\#
aclocal.m4
autom4te.cache/**
config.log
config.status
configure
first-boot.sh
guix-commit.txt
id_ed25519
id_ed25519.pub
id_wireguard
index.html
install-sh
Makefile
Makefile.in
missing
mumble-vm.tar
mumble-vm.tar.xz
mumble-vm.tar.xz.b64
mumble-vm-machine.scm
mumble-vm-system.scm
signing-key.pub
wireguard-post-up.sh