DEVELOPMENT ENVIRONMENT

~liljamo/src.quest-anemos

ref: 5c1de901c612b80dcdae4ede1214403b15b0ff8d src.quest-anemos/sqmeta/files/etc/anemos.conf -rw-r--r-- 447 bytes
5c1de901Jonni Liljamo feat: root password secret 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"