Skip to content

Commit

Permalink
I want to keep the post install script around
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Swasey committed Jan 22, 2012
1 parent c36aa20 commit 53fc86d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions archbyhand_efi_crypto.sh
Expand Up @@ -17,8 +17,8 @@ set -o nounset
# this whole script needs to be customized, particularly disk partitions
# and configuration, but this section contains global variables that
# are used during the system configuration phase for convenience
HOSTNAME=tau
USERNAME=es
HOSTNAME=siva
USERNAME=mig

# ------------------------------------------------------------------------
# Globals
Expand Down Expand Up @@ -88,7 +88,7 @@ while [[ $timer -gt 0 ]]
do
sleep 1
let timer-=1
echo -en "$timer seconds..."
echo -en "$timer seconds..."
done

echo "STARTING"
Expand Down Expand Up @@ -345,7 +345,7 @@ EFI_EOF
# Install EFI using script inside chroot
# ------------------------------------------------------------------------
chroot ${INSTALL_TARGET} /install_efi
rm ${INSTALL_TARGET}/install_efi
# rm ${INSTALL_TARGET}/install_efi

# ------------------------------------------------------------------------
# Post install steps
Expand Down Expand Up @@ -536,7 +536,7 @@ POST_EOF
# ------------------------------------------------------------------------
#echo "chroot and run /post_install"
chroot /install /post_install
mv /install/post_install /.
# mv /install/post_install /.

# ------------------------------------------------------------------------
# NOTES/TODO
Expand Down

0 comments on commit 53fc86d

Please sign in to comment.