X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-config-files;h=b840c67c688fe15ac140102a1d985e2f8022aa9e;hb=b6f8c455b6b970c08eab79303c95acbc1506f61d;hp=e65c544e8131ab96d41ccefbf64e49da3861c449;hpb=305f36d5f254e99fa880afb2f975e5d76085cde9;p=hvlinux.git diff --git a/stage1/create-config-files b/stage1/create-config-files index e65c544..b840c67 100755 --- a/stage1/create-config-files +++ b/stage1/create-config-files @@ -221,6 +221,7 @@ alias grc='git rebase --continue' alias gri='git rebase -i' alias gca='git commit --amend' alias vdc='vd --cached' +alias gitk='gitk --all' EOF @@ -242,7 +243,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