From 53fc86ddcb0ccfd57553dfe53ec342e4d82675a3 Mon Sep 17 00:00:00 2001 From: Matt Swasey Date: Sat, 21 Jan 2012 19:06:02 -0500 Subject: [PATCH] I want to keep the post install script around --- archbyhand_efi_crypto.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/archbyhand_efi_crypto.sh b/archbyhand_efi_crypto.sh index d5e1548..b35807b 100755 --- a/archbyhand_efi_crypto.sh +++ b/archbyhand_efi_crypto.sh @@ -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 @@ -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" @@ -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 @@ -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