Johannes Meixner

Results 667 comments of Johannes Meixner

No news is good news.

The ReaR 2.8 release date is not yet planned, see https://github.com/rear/rear/milestones ``` ReaR v2.8 No due date ``` In general I recommend to try out our latest GitHub master code...

As far as I know this variables are set by the function SetOSVendorAndVersion in lib/config-functions.sh I think this function is rather fragile (some time ago I have had "not so...

FYI: What variables are set by SetOSVendorAndVersion: ``` # grep -o '[A-Z][A-Z_]*=' usr/share/rear/lib/config-functions.sh | cut -d '=' -f1 | sort -u OS_MASTER_VENDOR OS_MASTER_VENDOR_ARCH OS_MASTER_VENDOR_VERSION OS_MASTER_VENDOR_VERSION_ARCH OS_MASTER_VERSION OS_VENDOR OS_VENDOR_ARCH OS_VENDOR_VERSION OS_VENDOR_VERSION_ARCH...

What directories we have where the value of such variables is used as directory name (also a quick and dirty test): I exluded some generic directories and those where the...

Regarding scripts get called twice when different variables have same value: Ugh! It seems whenever I look at ReaR code what I see is a mess that has grown over...

Regarding missing "OUTPUT=IPL" documentation in default.conf: @lzaoral could you please make a pull request with the missing "OUTPUT=IPL" documentation in default.conf because you actually use ReaR on s390x so you...

@lzaoral thank you for having a look at our s390 code! That IPL is redundant (same as RAMDISK) is what I also thought but I was unsure because I could...

@lzaoral while you are at it and if you really have nothing better to do ;-) feel free to mercilessly simplify and clean up that part in ReaR as you...