some new scripts, functions,....
[grml-live.git] / scripts / 10_finalize_chroot.sh
1 # Filename:      10_finalize_chroot.sh
2 # Purpose:       build script for creating grml live-cd
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Mon Feb 12 23:24:17 CET 2007
7 ################################################################################
8
9 # main execution
10 chroot_finalize() {
11   if [ -f "${TARGET}/etc/apt/sources.list.grml" ] ; then
12      chroot_exec "( cd /etc/apt/ ; ln -s sources.list.grml sources.list )"
13   fi
14 }
15
16 ## END OF FILE #################################################################
17 # vim: ai tw=80 ft=sh expandtab