DEVELOPMENT ENVIRONMENT

~liljamo/src.quest-anemos

ref: 817921f9617ef25200f0e77273b2be286604ee6c src.quest-anemos/sqmeta/files/etc/anemos.conf -rw-r--r-- 447 bytes
817921f9Jonni Liljamo feat: get-anemos recipe 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
ANEMOS_INITRAMFS_URL="https://anemos.io/initramfs/3.22/initramfs-anemos"
ANEMOS_KERNEL_URL="https://anemos.io/initramfs/3.22/vmlinuz-anemos"

ANEMOS_PAYLOAD_URL="file:///root/payload.tar.gz"

ANEMOS_EXEC="destructive"
ANEMOS_OVERWRITE_KERNEL="/boot/$(cat /proc/cmdline | tr ' ' '\n' | grep BOOT_IMAGE= | cut -c 12-)"
ANEMOS_OVERWRITE_INITRAMFS="$(echo "${ANEMOS_OVERWRITE_KERNEL}" | sed -e s/vmlinuz/initramfs/)"
ANEMOS_OVERWRITE_BACKUP_EXT="yes"