mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 11:45:08 +00:00
12 lines
407 B
Plaintext
12 lines
407 B
Plaintext
loader="grub"
|
|
cpu=2
|
|
memory=8G
|
|
network0_type="virtio-net"
|
|
network0_switch="feed"
|
|
disk0_type="nvme"
|
|
disk0_name="disk0.img"
|
|
grub_install0="linux /boot/vmlinuz-lts initrd=/boot/initramfs-lts alpine_dev=cdrom:iso9660 modules=loop,squashfs,sd-mod,usb-storage,sr-mod"
|
|
grub_install1="initrd /boot/initramfs-lts"
|
|
grub_run0="linux /boot/vmlinuz-lts root=/dev/vda3 modules=ext4"
|
|
grub_run1="initrd /boot/initramfs-lts"
|