aboutsummaryrefslogtreecommitdiff
path: root/system/rear/rear.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/rear/rear.patch')
-rw-r--r--system/rear/rear.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/rear/rear.patch b/system/rear/rear.patch
new file mode 100644
index 000000000000..aa8cb2fbce4a
--- /dev/null
+++ b/system/rear/rear.patch
@@ -0,0 +1,14 @@
+--- ./usr/share/rear/lib/config-functions.sh.orig 2018-10-25 22:23:17.744613686 -0400
++++ ./usr/share/rear/lib/config-functions.sh 2018-10-25 22:23:26.675613303 -0400
+@@ -57,6 +57,11 @@
+ minornr=$( grep -o -E '[0-9]+' /etc/system-release | head -2 | tail -1 )
+ OS_VERSION="$majornr.$minornr"
+ fi
++
++ if [[ -f /etc/slackware-version ]] ; then
++ OS_VENDOR=Slackware
++ OS_VERSION=$(cat /etc/slackware-version | sed -r -e 's/slackware\s*//i')
++ fi
+ fi
+
+ # If OS_VENDOR is still generic then use as last resource 'lsb_release' to find out