DEVELOPMENT ENVIRONMENT

~liljamo/anemos-test

ref: 8b61803caf8d78f539468725c2f2ffec8f6e79cf anemos-test/files/etc/anemos.conf -rw-r--r-- 453 bytes
8b61803cJonni Liljamo feat: test patching 15 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="/boot/$(echo "${ANEMOS_OVERWRITE_KERNEL}" | sed -e s/vmlinuz/initramfs/)"
ANEMOS_OVERWRITE_BACKUP_EXT="yes"