From 3dd471009ef2c342372018a0a28bbfa3ec03083e Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 21 Aug 2019 23:37:53 +0200 Subject: Really fix "arithmetic error" (wasn't in rc2 but in funcs/sfx_failure) --- make-boot-image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-boot-image.sh b/make-boot-image.sh index 855176d..515e2a2 100755 --- a/make-boot-image.sh +++ b/make-boot-image.sh @@ -552,7 +552,7 @@ sound() { sfx_question() { : ; } sfx_success() { sound 2 50 $E7 2 $C7 3; } -sfx_failure() { sound 2 600 $G4 ; } +sfx_failure() { sound 1 600 $G4 ; } sfx_starting() { : ; } eval $(notes) @@ -648,7 +648,7 @@ network_up network_conf network_show machine_info -set -e # Go in rescue shell if any futher step goes wrong +set -e # Go in rescue shell if any further step goes wrong /etc/rc.d/initrd-autorun eficast_end EOF -- cgit v1.2.3