DEVELOPMENT ENVIRONMENT

~liljamo/src.quest-anemos

ref: 8e8d6e18ef1d184a83828d33fcbf1e4c0e6f4adc src.quest-anemos/sqmeta/files/etc/anemos.conf -rw-r--r-- 447 bytes
8e8d6e18Jonni Liljamo docs: add modes info 8 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"