summaryrefslogtreecommitdiff
path: root/src/profiles/profile-dieter
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiles/profile-dieter')
-rw-r--r--src/profiles/profile-dieter7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/profiles/profile-dieter b/src/profiles/profile-dieter
index afae36d..8aa1496 100644
--- a/src/profiles/profile-dieter
+++ b/src/profiles/profile-dieter
@@ -18,6 +18,7 @@ phase_preparation ()
echo -n "Enter your svn password: "
read SVN_PASSWORD
stty echo
+ echo
SVN="svn --username $SVN_USERNAME --password $SVN_PASSWORD"
SVN_BASE=https://192.168.1.2/svn/repos
TARGET_HOST=mbp-santa-rosa #TODO: prompt user for this, or let him pass it as cmdline argument
@@ -27,7 +28,11 @@ phase_preparation ()
execute worker runtime_packages
}
-
+worker_prepare_disks ()
+{
+ #TODO : use existing functions to do this + fix encryption and stuff
+ true
+}
worker_package_list ()
{