summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/live-snapshot3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/live-snapshot b/bin/live-snapshot
index e508c2a..a6b4154 100755
--- a/bin/live-snapshot
+++ b/bin/live-snapshot
@@ -35,10 +35,9 @@ then
else
USERNAME=$(cat /etc/passwd | grep "999" | cut -f1 -d ':')
HOSTNAME=$(hostname)
- BUILD_SYSTEM="Debian"
fi
-export USERNAME USERFULLNAME HOSTNAME BUILD_SYSTEM
+export USERNAME USERFULLNAME HOSTNAME
# Source helper functions
helpers="/usr/share/initramfs-tools/scripts/live-helpers"