summaryrefslogtreecommitdiff
path: root/src/core/procedures
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 /src/core/procedures
parenta17127c46d0a635b9af17a2ef20c3a44bb3797e1 (diff)
change infofy calls to inform, because libui-sh changed function name
Diffstat (limited to 'src/core/procedures')
-rw-r--r--src/core/procedures/automatic4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic
index d807942..596aed3 100644
--- a/src/core/procedures/automatic
+++ b/src/core/procedures/automatic
@@ -75,7 +75,7 @@ worker_runtime_network ()
#then
# interactive_runtime_network
#else
- # infofy "Ok. skipping network config"
+ # inform "Ok. skipping network config"
#fi
}
@@ -92,7 +92,7 @@ worker_prepare_disks ()
rollback_filesystems && txt='ended successfully'
die_error "Something failed while processing the filesystem. A rollback was executed, which $txt"
fi
- infofy "Partitions and filesystems made successfully"
+ inform "Partitions and filesystems made successfully"
# TODO: fstab? auto-add to fstab with libs? auto mkdir's on target_dir?
true