summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-10-31 11:44:11 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-10-31 11:44:11 +0100
commit4349aa36bb364ea56f0476c8ce4c6c2e66c1acf0 (patch)
treeb15a66c32de82a0f7719b939db5c03da5539cb30 /src
parentd705b607257c8270563ef68e1f1bda169fdd48bf (diff)
newline fix + prepare_disks WIP
Diffstat (limited to 'src')
-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 ()
{