X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-config-files;h=043f171093e3137fa486d373b16295b49aae1be1;hb=6007645124befc70ffe2fae5500022b215d59ce6;hp=e65c544e8131ab96d41ccefbf64e49da3861c449;hpb=305f36d5f254e99fa880afb2f975e5d76085cde9;p=hvlinux.git diff --git a/stage1/create-config-files b/stage1/create-config-files index e65c544..043f171 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -242,7 +242,7 @@ echo "Creating /etc/shutdown.allow" echo "${REGUSER}" > ${LFS}/etc/shutdown.allow # Hostname -echo "${MACHINE_NAME}.${DOMAIN}" > ${LFS}/etc/hostname +echo "${MACHINE_NAME}" > ${LFS}/etc/hostname chmod 644 ${LFS}/etc/hostname echo "127.0.0.1 localhost ${MACHINE_NAME}" > ${LFS}/etc/hosts