Johannes Meixner

Results 667 comments of Johannes Meixner

Is a hard RPM requirement i.e. `Requires: something` really needed? I assume `Requires: ISO-making-tool` is only needed for `OUTPUT=ISO` so RPM `Recommends: ISO-making-tool` would be better because a hard RPM...

@pcahyna offhandedly I don't know what the use case is for migration of IP addresses and routes. My guess is similar as yours that at some time in the past...

@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. As...

@schlomo (1) I do not understand the reason behind what usr/share/rear/prep/README states. I wonder what could go wrong when $ROOTFS_DIR is accessed already in the prep stage? ROOTFS_DIR is set...

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 'mkopalpba' which call...

FYI regarding what there is in ROOTFS_DIR at the end of the 'prep' stage for my test case see https://github.com/rear/rear/pull/3168#issuecomment-1996968900

@schlomo fine with me to `Error` out there.

I want to preserve the ordering to be on the safe side. I have no real-world use-case why the ordering is important. It is just my gut feeling that in...

Sigh! I guess it is ReaR's careless code why the order is quite unpredictable / random anyway when one leaves such things to ReaR's automatism and that is one reason...

I avoid false expectations about this pull request: This one does not help when when a filesystem/btrfs subvolume is mounted more than once at different mountpoint directories because this one...