# if the kernel version is the same as current one, flashes it, elsewise tests to see if it boots and then flashes it
flash=auto
# simply flashes the kernel to the main partition
#flash=forced
# no flashing automatically occurs
#flash=manual

# detected by script
main_part=auto
# specify the main partition
#main_part=/dev/x

# detected by script
test_part=auto
# there isn't a test partition
#test_part=n (only if forced or manual)
# specify the test partition
#test_part=/dev/x

# whether to rebuild image (and flash if enabled) after an update to initramfs
init_gen_hook=y
#init_gen_hook=n
