screwed this one up in the first time, sorry. dig.conf | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dig.conf b/dig.conf index 48d9002..37b2885 100644 --- a/dig.conf +++ b/dig.conf @@ -1,22 +1,22 @@ Project = debian -CodeName = sarge +CodeName = etch # DebianInstallerCodename default value is the same as CodeName -# DebianInstallerCodeName = sarge +# DebianInstallerCodeName = etch -DebVersion = 3.1 +DebVersion = 4.0 Official = False # only support file:/// currently -Mirror = file:///home/carlospc/dig/mirror +Mirror = file:///home/user/dig/mirror # ExtraMirrors = file:///tmp/mirror1/, file:///tmp/mirror2/ #Components = main, contrib, non-free, main/debian-installer Components = main, main/debian-installer -TDir = /home/carlospc/dig/tmp +TDir = /tmp # Generate the images with the packages broken or with missing packages from a task # Force = False @@ -52,10 +52,10 @@ DiskInfo = 'Info about the Disk' # for all architectures. #KernelParams="DEBCONF_PRIORITY=critical" -UdebInclude = /home/carlospc/dig/deb-imgs-gen/trunk/data/distro/sarge/i386_udeb_include -UdebExclude = /home/carlospc/dig/deb-imgs-gen/trunk/data/distro/sarge/exclude-udebs -#BaseInclude = /home/carlospc/dig/deb-imgs-gen/trunk/data/distro/sarge/base_include -#BaseExclude = /home/carlospc/dig/deb-imgs-gen/trunk/data/distro/sarge/base_exclude +UdebInclude = /home/user/dig/data/distro/etch/i386_udeb_include +UdebExclude = /home/user/dig/data/distro/etch/exclude-udebs +#BaseInclude = /home/user/dig/data/distro/etch/base_include +#BaseExclude = /home/user/dig/data/distro/etch/base_exclude # InstallerCd = 0: nothing special (default) -- -- stratus http://stratusandtheswirl.blogspot.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

