From 046095cffa06c76406e6cd7321ccbf789d09063a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Sep 2011 15:16:23 +0200 Subject: Renaming lb_chroot_local-includes into lb_chroot_includes and check for includes in config/includes.chroot. --- scripts/build/lb_chroot_hostname | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/lb_chroot_hostname') diff --git a/scripts/build/lb_chroot_hostname b/scripts/build/lb_chroot_hostname index 81bf4c3f4..4da8602f0 100755 --- a/scripts/build/lb_chroot_hostname +++ b/scripts/build/lb_chroot_hostname @@ -71,10 +71,10 @@ EOF # Creating lock file Create_lockfile .lock - # Copying hostname from local-includes, if existing - if [ -e config/chroot_local-includes/etc/hostname ] + # Copying hostname from includes, if existing + if [ -e config/includes.chroot/etc/hostname ] then - cp -a config/chroot_local-includes/etc/hostname chroot/etc/hostname + cp -a config/includes.chroot/etc/hostname chroot/etc/hostname fi Echo_message "Deconfiguring file /bin/hostname" -- cgit v1.2.3