diff --git a/README.md b/README.md index d8b1179..98eeeac 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ Repositorio de la charla de Arch + i3wm realizada el 16 de abril de 2026 - El maual de de arch e i3 hecho por Javier está en [doc/i3-manual.pdf](doc/i3-manual.pdf). - El guión de la presentación sobre arch está en [doc/guion-arch.md](doc/guion-arch.md). +- La presentación se puede acceder en [doc/presentacion.odp](doc/presentacion.odp). diff --git a/doc/presentacion.odp b/doc/presentacion.odp new file mode 100644 index 0000000..4860ad3 Binary files /dev/null and b/doc/presentacion.odp differ diff --git a/res/vm/Makefile b/res/vm/Makefile index ec940fb..a00be9e 100644 --- a/res/vm/Makefile +++ b/res/vm/Makefile @@ -6,6 +6,7 @@ MEMORY_MIB != bc <<<"1024 * $(MEMORY_GIB)" ROOT_SIZE = 20G VM_DEPS = +# asegurarse que `virsh net-start default` QEMU = qemu-system-x86_64 QEMU_ARGS = \ -m $(MEMORY_MIB) \