From 4349aa36bb364ea56f0476c8ce4c6c2e66c1acf0 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 31 Oct 2008 11:44:11 +0100 Subject: newline fix + prepare_disks WIP --- src/profiles/profile-dieter | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') 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 () { -- cgit v1.2.3-54-g00ecf