X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=3d0183d0375b416ba1036493d00d79d1b0dda8b6;hb=6a9d32fa72ae6b919a40d46a1f59178c8730bfe8;hp=e508c2a08a671f8455b96f8951cea2563d924e80;hpb=658c0f1514abe8176d76897c61cad8e0ba8ed610;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index e508c2a..3d0183d 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" @@ -84,7 +83,7 @@ Usage () if [ ! -z "${MESSAGE}" ] then - echo -e "${MESSAGE}" + /bin/echo -e "${MESSAGE}" exit 1 else exit 0 @@ -100,9 +99,9 @@ Help () echo " -c, --cow: specifies the copy on write directory (default: /live/cow)." echo " -d, --device: specifies the output snapshot device (default: none)." echo " -o, --output: specifies the output image file (default: ${type} dependent)." - echo " -r, --resync-string: internally used to resync previous made snapshots." + echo " -r, --resync-string: internally used to resync previous made snapshots." echo " -t, --type: specifies the snapshot type between \"squashfs\", \"ext2\", \"ext3\" or \"cpio\".gz archive (default: cpio)" - echo -e "\nLook at live-snapshot(1) man page for more information." + /bin/echo -e "\nLook at live-snapshot(1) man page for more information." exit 0 }