From aa0123794a6743408f0de9d1792bdb7cc2eda733 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 16 Apr 2010 21:56:17 +0200 Subject: change infofy calls to inform, because libui-sh changed function name --- examples/fancy-install-on-sda | 2 +- examples/generic-install-on-sda | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/fancy-install-on-sda b/examples/fancy-install-on-sda index 19f35fd..86ba343 100644 --- a/examples/fancy-install-on-sda +++ b/examples/fancy-install-on-sda @@ -14,7 +14,7 @@ TARGET_PACKAGES=openssh # you can optionally also override some functions... worker_intro () { - infofy "Automatic procedure running the fancy-install-on-sda example config. this will install a system with lvm on top of dm_crypt. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS" + inform "Automatic procedure running the fancy-install-on-sda example config. this will install a system with lvm on top of dm_crypt. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS" sleep 10 } diff --git a/examples/generic-install-on-sda b/examples/generic-install-on-sda index 18dc43a..8923fe3 100644 --- a/examples/generic-install-on-sda +++ b/examples/generic-install-on-sda @@ -20,7 +20,7 @@ TARGET_PACKAGES=openssh # you can also specify separate packages to install (th # you can optionally also override some functions... worker_intro () { - infofy "Automatic procedure running the generic-install-on-sda example config. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS" + inform "Automatic procedure running the generic-install-on-sda example config. THIS WILL ERASE AND OVERWRITE YOUR /DEV/SDA. IF YOU DO NOT WANT THIS PRESS CTRL+C WITHIN 10 SECONDS" sleep 10 } -- cgit v1.2.3