From 49cdbc57ccceeaa01691aa9ace17e86d0ab08889 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 2 Aug 2006 21:17:02 +0000 Subject: Adjust local homebase config. git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@27 8f53b18a-e215-0410-8885-9f593d34873e --- config-HOST | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config-HOST') diff --git a/config-HOST b/config-HOST index 26edb54..5a6dc66 100644 --- a/config-HOST +++ b/config-HOST @@ -15,10 +15,10 @@ aptsources="base security" # URI of base APT repository (if different from DEFAULT) # TODO: Check if cdebootstrap (like debootstrap) can somehow use file:/ URI -aptsource_base_host="file:/pub/mirrors/debian/" +aptsource_base_host="http://proxy:9999/debian" # cdebootstrap seem to only support http URI (unlike chroot'et aptitude) -aptsource_base_cdebootstrap="http://mirrors.jones.dk/debian/" +aptsource_base_cdebootstrap="http://proxy:9999/debian" # Default list of components (if not just "main") #aptsource_base_components="main contrib non-free" @@ -29,6 +29,8 @@ aptsource_base_cdebootstrap="http://mirrors.jones.dk/debian/" #aptsource_jones_components="kernels misc" # Device name (or NFS share) to mount to "/pub" -pubdev_host="192.168.102.252:/pub" +#pubdev_host="192.168.102.252:/pub" +pubdev_host="" # Device type for "/pub" -pubfs="nfs" +#pubfs="nfs" +pubfs="" -- cgit v1.2.3