summaryrefslogtreecommitdiff
path: root/src/core/procedures/automatic
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/procedures/automatic')
-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