summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-19 19:21:42 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commite5ed5f84c8dff7855284b6d37f14da6a2e85f1c5 (patch)
tree733883143e7d99ef1c0902874078dc4ba071c086 /bin
parent6bfe95a7c93d84d0a2f9071bbe3809c173287402 (diff)
downloadlive-boot-e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5.tar.gz
live-boot-e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5.zip
Removing ubuntu support.
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"