summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2019-08-21 23:37:53 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2019-08-21 23:37:53 +0200
commit3dd471009ef2c342372018a0a28bbfa3ec03083e (patch)
treedaedd209f9ee31f5f12de49a68a409acc6417fd9
parent8c24e930a269eee97784c8dad52f1ba222cff201 (diff)
downloadeficast-3dd471009ef2c342372018a0a28bbfa3ec03083e.tar.gz
eficast-3dd471009ef2c342372018a0a28bbfa3ec03083e.tar.bz2
eficast-3dd471009ef2c342372018a0a28bbfa3ec03083e.zip
Really fix "arithmetic error" (wasn't in rc2 but in funcs/sfx_failure)
-rwxr-xr-xmake-boot-image.sh4
1 files 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