You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zfsbootmenu-preinit: single-quote values written to /etc/zfsbootmenu.conf
These values are interpolated during preinit when they are written, so
the file will only contain string literals that should not be further
interpreted. This also works around an issue where appending '\' to
parameters (e.g., 'zbm.prefer=pool\' on the command line) would cause a
parsing error while sourcing the configuration.
0 commit comments