X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=scripts%2F10_finalize_chroot.sh;fp=scripts%2F10_finalize_chroot.sh;h=0000000000000000000000000000000000000000;hb=1a06f3f65adef0fdd432aad11f479020630778a5;hp=f367f9e1f434cf1b316be5ed1c4b549a7d11bf1a;hpb=3ce5c1d60539aa8d2a01a810aa92325f8c513696;p=grml-live.git diff --git a/scripts/10_finalize_chroot.sh b/scripts/10_finalize_chroot.sh deleted file mode 100644 index f367f9e..0000000 --- a/scripts/10_finalize_chroot.sh +++ /dev/null @@ -1,21 +0,0 @@ -# Filename: 10_finalize_chroot.sh -# Purpose: build script for creating grml live-cd -# Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2. -# Latest change: Mon Feb 12 23:24:17 CET 2007 -################################################################################ - -# main execution -chroot_finalize() { - if [ -f "${TARGET}/etc/apt/sources.list.grml" ] ; then - chroot_exec "( cd /etc/apt/ ; ln -s sources.list.grml sources.list )" - fi -} - -chroot_cleanup() { - rm -rf "${TARGET}"/grml-live -} - -## END OF FILE ################################################################# -# vim: ai tw=80 ft=sh expandtab