diff options
-rwxr-xr-x | create_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_image.sh b/create_image.sh index 69cc84e..4f1d302 100755 --- a/create_image.sh +++ b/create_image.sh @@ -127,7 +127,7 @@ linux32 chroot . cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime &>> ${LOG_FIL echo "Setting hostname to ${HOSTNAME}" linux32 chroot . /bin/bash -c "echo 127.0.0.1 ${HOSTNAME}.local ${HOSTNAME} localhost > /etc/hosts" &>> ${LOG_FILE} -#linux32 chroot . hostname ${HOSTNAME} &>> ${LOG_FILE} +linux32 chroot . bin/hostname ${HOSTNAME} &>> ${LOG_FILE} echo "Copying new fstab" cp ../fstab etc/fstab &>> ${LOG_FILE} |