summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-06-01 00:38:48 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:47:59 +0100
commit186498d542ab606384f434f7ecabd5a51b566dee (patch)
tree732f0c51850c97d3249c3cf81f27e55263dcc598
parent0d26027d73deed80f915e331632a019ebe6f9e43 (diff)
downloadlive-boot-186498d542ab606384f434f7ecabd5a51b566dee.tar.gz
live-boot-186498d542ab606384f434f7ecabd5a51b566dee.zip
Removing live-snapshot version as this component is always released within live-initramfs itself.
-rwxr-xr-xbin/live-snapshot3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/live-snapshot b/bin/live-snapshot
index b5a7fa4..0038c87 100755
--- a/bin/live-snapshot
+++ b/bin/live-snapshot
@@ -34,7 +34,6 @@ set -eu
export USERNAME USERFULLNAME HOSTNAME
PROGRAM="$(basename $0)"
-VERSION=0.0.2
# Needs to be available at run and reboot time
SAFE_TMPDIR="/live"
@@ -100,7 +99,7 @@ Usage ()
Version ()
{
- echo "${PROGRAM}, version ${VERSION}"
+ echo "${PROGRAM}"
echo
echo "Copyright (C) 2006 Marco Amadori <marco.amadori@gmail.com>"
echo