summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-04-16 21:56:17 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2010-04-16 21:56:17 +0200
commitaa0123794a6743408f0de9d1792bdb7cc2eda733 (patch)
tree96df3adb7491f1844d5f3bb83039d27828b69d45 /examples
parenta17127c46d0a635b9af17a2ef20c3a44bb3797e1 (diff)
change infofy calls to inform, because libui-sh changed function name
Diffstat (limited to 'examples')
-rw-r--r--examples/fancy-install-on-sda2
-rw-r--r--examples/generic-install-on-sda2
2 files changed, 2 insertions, 2 deletions
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
}