pcahyna
pcahyna
> @pcahyna could you by the way show $network_config_file values in user output messages with `'` to make it clear when a single value consists of more than one word....
I now pushed another change, 5ea58a7f91d80aa2dbe4da16802ab2a8c46b28a5, for a proper test for an empty array. Unfortunately, the code is now untested, as I have not tested with this change.
> Now I see the actual bug here: > > 'rear mkbackuponly' runs the 'prep' stage and some 'prep' scripts modify something in ROOTFS_DIR but only 'mkrescue' and 'mkbackup' and...
@jsmeix there is `sort -u` added in #3175 , isn't that enough? Should be, unless we require preserving the order - do we? To us (me and @lzaoral ) it...
@jsmeix I would characterize it as a way to avoid `sort -u` in https://github.com/rear/rear/pull/3175 and thus preserve the order of tar arguments in cases where the order matters ( e.g....
Great @schlomo I had independently exactly the same idea for the function's name!
Hi, this was reported as #2681 . I know two solutions (besides reducing the size of the initrd): - downgrading grub to a version between 2.02-121.el8 and grub2-1:2.02-141.el8 : https://github.com/rear/rear/issues/2681#issuecomment-1697073572...
What Dell hardware is it, exactly?
@sathyane007 this GRUB problem is apparently firmware (both manufacturer and version) dependent, that's why. Have you tried updating it?
not sure if UEFI firmware version is the same as the iDRAC firmware version btw... For example on my notebook, I get this in the `dmidecode` output: ``` Handle 0x0031,...