X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_sbin%2Fgrml-chroot;fp=usr_sbin%2Fgrml-chroot;h=0000000000000000000000000000000000000000;hb=cdbec268696c1a0f91ed02d42ec56abbe3ef78e9;hp=b3d118487a399f0cc277229aed2fe91ae62460a7;hpb=80e422b789147a8706e450722c6e45bd42b3a5d1;p=grml-scripts-core.git diff --git a/usr_sbin/grml-chroot b/usr_sbin/grml-chroot deleted file mode 100755 index b3d1184..0000000 --- a/usr_sbin/grml-chroot +++ /dev/null @@ -1,100 +0,0 @@ -#!/bin/bash -# Filename: grml-chroot -# Purpose: Program to chroot into another system -# Authors: grml-team (grml.org), (c) Michael Gebetsroither -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2. -################################################################################ - -PROG_NAME_=$(basename $0) -DEST_="" -MOUNTED_="" # all mounted destinations - - -function die -{ - echo "Error: $@" >&2 - exit 1 -} - -function printUsage -{ - cat <