After generating ZBM, all of the config.yaml seems to be taken into account except the Kernel CommandLine (tinkering with Components Enabled: false/true does indeed give me split images and of course, mkinitcpio works). I also tried encasing the parameter line in quotes as I've seen both conventions in documentation but it does not seem to make a difference.
In order for kernel commandline parameters to be built into the image, I must use generate-zbm -l "quiet loglevel=0 zbm.autosize ip=:::::eth0:dhcp"
Steps to reproduce
Include kernel commandline parameters in config.yaml (I noticed primarily on zbm.autosize and setting up networking on eth0)
ZFSBootMenu build source
Local build, mkinitcpio
ZFSBootMenu version
2.3.0
Boot environment distribution
Void Linux x86_64 glibc
Problem description
I was trying to set up networking and tailscale in ZBM, so needed to build locally and use mkinitcpio. My config.yaml looks like this:
After generating ZBM, all of the config.yaml seems to be taken into account except the Kernel CommandLine (tinkering with Components Enabled: false/true does indeed give me split images and of course, mkinitcpio works). I also tried encasing the parameter line in quotes as I've seen both conventions in documentation but it does not seem to make a difference.
In order for kernel commandline parameters to be built into the image, I must use
generate-zbm -l "quiet loglevel=0 zbm.autosize ip=:::::eth0:dhcp"
Steps to reproduce
generate-zbm
and rebootgenerate-zbm -l "<parameters here>"
and reboot