diff options
Diffstat (limited to 'scripts/build/chroot_dpkg_tmpfs')
-rwxr-xr-x | scripts/build/chroot_dpkg_tmpfs | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/build/chroot_dpkg_tmpfs b/scripts/build/chroot_dpkg_tmpfs index 965a699d7..2a9567ccd 100755 --- a/scripts/build/chroot_dpkg_tmpfs +++ b/scripts/build/chroot_dpkg_tmpfs @@ -1,11 +1,12 @@ #!/bin/sh -# lh_chroot_dpkg_tmpfs(1) - manage tmpfs for /var/lib/dpkg -# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> -# -# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -# This is free software, and you are welcome to redistribute it -# under certain conditions; see COPYING for details. +## live-build(7) - System Build Scripts +## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> +## +## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + set -e |