pcahyna
pcahyna
the relabel and reboot process is quick, so maybe you missed it? I recommend using serial console if you don't already, enables you to keep the messages that on a...
:+1: , at the same time I would remove the special handling of VFAT introduced because of #576
@jsmeix good catch, I looked at this code, but I have not realized this. Note that we never had any report about the problem occurring in practice, IIRC. So I...
commit 2011f0af2cffa02be5c6889d806664cfcfeb40bd PR #2142
@jsmeix but you have found that the code is not as fail-safe as it seems, due to use of `set -e`. So, given the notable lack of actual reports of...
IOW: if 'user_xattr' were really as problematic as the code implies, we would have seen reports of failures due to `set -e` already.
I would check with SW RAID, I suspect some details of the recreated array may differ from the original (like UUIDs) and regenerating the initrd may be needed for picking...
This may be the case also for other IDs in the system config files that may change, if the files are embedded in the ramdisk. We have a script running...
@schlomo I really hope we are not going to implement a parser for shell assignments when this parser already exists - in the shell itself, just because of vague security...
@schlomo > For such shell files I agree with your logic That's the intent of the function, as documented in the comment: ``` # The get_var_from_file function is meant to...