diff --git a/usr/share/archboot/base/init b/usr/share/archboot/base/init index 77654302a..b6980cff0 100755 --- a/usr/share/archboot/base/init +++ b/usr/share/archboot/base/init @@ -3,7 +3,7 @@ # created by Tobias Powalowski _title() { echo -e "\e[1mInitializing\e[m \e[1;94mArchboot\e[m \e[1m- Arch Linux Environment:\e[m" - echo -e "\e[1;93mPlease keep the medium inserted, until the following steps have fully finished\!\e[m" + echo -e "\e[1;93mPlease keep the medium inserted, until the following steps have fully finished! \e[m" } _emergency_shell() { echo -e "\e[1;91mArchboot Emergeny Shell:\e[m" @@ -108,7 +108,7 @@ cd /sysroot || _emergency_shell bsdcpio -u -f "*/lib/modules/" -f "*/lib/firmware/" -i <"/mnt/boot/initramfs-$(uname -m).img" &>/dev/null || _emergency_shell echo 0 > /proc/sys/kernel/sysrq echo -e "\e[1;94mArchboot\e[m \e[1m- Arch Linux Environment finished.\e[m" -echo -e "\e[1;92mThe medium can be safely removed now\!\e[m" +echo -e "\e[1;92mThe medium can be safely removed now! \e[m" echo -e "\e[1mSystemd will take over in a second...\e[m" sleep 1 # remove mkinitcpio files and directories