Upgrade to abiword-3.0.0
[hvlinux.git] / stage1 / create-config-files
index f4c1246..b840c67 100755 (executable)
@@ -213,10 +213,15 @@ cat > ${LFS}/etc/skel/.bash_aliases << "EOF"
 
 # User specific aliases
 
+alias hy='history'
+
 # GIT aliases
 alias gra='git rebase --abort'
 alias grc='git rebase --continue'
 alias gri='git rebase -i'
+alias gca='git commit --amend'
+alias vdc='vd --cached'
+alias gitk='gitk --all'
 
 EOF
 
@@ -238,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