X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Finstaller%2Fdracut-module%2Frun-installer.sh;h=b62cfa996a71caa8f6c8370418c810059a8ee611;hp=d0611ce37c208dc0fe0deefe8ba347cc42fe5e93;hb=a046e8a6abf0e28b836cf713625e8e2044bafed1;hpb=38a159627381ce0a867b80c386ef1a0dc3fe2860 diff --git a/src/installer/dracut-module/run-installer.sh b/src/installer/dracut-module/run-installer.sh index d0611ce37c..b62cfa996a 100644 --- a/src/installer/dracut-module/run-installer.sh +++ b/src/installer/dracut-module/run-installer.sh @@ -3,6 +3,12 @@ # IPFire Installer RC # +# Enable Unicode +echo -en '\033%G' && kbd_mode -u + +# Load default console font +setfont LatArCyrHeb-16 + # Silence the kernel echo >/proc/sys/kernel/printk "1 4 1 7" echo -n -e "\033[9;0]" @@ -16,10 +22,7 @@ echo "Loading Installer..." ret=$? case "${ret}" in - 0) - # The installer has finished without a problem. - ;; - *) + 139) echo "The installer has crashed. You will be dropped to a debugging shell" /bin/bash --login ;;