DEVELOPMENT ENVIRONMENT

~liljamo/src.quest-anemos

ref: 696f6b188d2efc49b774cee7f93ddfda7d326de3 src.quest-anemos/sqmeta/files/etc/anemos.conf -rw-r--r-- 447 bytes
696f6b18Jonni Liljamo feat: an approach to common files 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"