X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2Flive-snapshot;h=a6b415442b3a047ae29bdab780206127293bb072;hb=e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5;hp=e508c2a08a671f8455b96f8951cea2563d924e80;hpb=6bfe95a7c93d84d0a2f9071bbe3809c173287402;p=live-boot-grml.git 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"