From eca01f7e8e131af56c1135af1234e8fd66d1e8af Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 1 Jun 2016 19:45:28 +0200 Subject: hurd: Use epiphany instead of iceweasel --- bin/g-i-installation.sh | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 93e3beab..aba0a951 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -481,7 +481,15 @@ post_install_boot() { ;; 0210) do_and_report key alt-f2 ;; - 0220) do_and_report type "iceweasel" + 0220) + case $NAME in + *_hurd*) + do_and_report type "epiphany" + ;; + *) + do_and_report type "iceweasel" + ;; + esac ;; 0230) do_and_report key space ;; @@ -529,7 +537,15 @@ post_install_boot() { debian_*lxde) case $TOKEN in 0200) do_and_report key alt-f2 ;; - 0220) do_and_report type "iceweasel" + 0220) + case $NAME in + *_hurd*) + do_and_report type "epiphany" + ;; + *) + do_and_report type "iceweasel" + ;; + esac ;; 0230) do_and_report key space ;; @@ -631,7 +647,15 @@ post_install_boot() { ;; 0200) do_and_report key alt-f2 ;; - 0210) do_and_report type "iceweasel" + 0220) + case $NAME in + *_hurd*) + do_and_report type "epiphany" + ;; + *) + do_and_report type "iceweasel" + ;; + esac ;; 0230) do_and_report key space ;; -- cgit v1.2.3-54-g00ecf