diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-04-16 21:56:17 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-04-16 21:56:17 +0200 |
commit | aa0123794a6743408f0de9d1792bdb7cc2eda733 (patch) | |
tree | 96df3adb7491f1844d5f3bb83039d27828b69d45 /examples/fancy-install-on-sda | |
parent | a17127c46d0a635b9af17a2ef20c3a44bb3797e1 (diff) |
change infofy calls to inform, because libui-sh changed function name
Diffstat (limited to 'examples/fancy-install-on-sda')
-rw-r--r-- | examples/fancy-install-on-sda | 2 |
1 files changed, 1 insertions, 1 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 } |