[Cialug] Ubuntu Hardy Preseed - Disable deb-src
Jonathan C. Bailey
jbailey at co.marshall.ia.us
Tue May 6 11:42:08 CDT 2008
I can't seem to make the preseed file disable deb-src lines for all of the repositories. I copied the syntax from setting up a local source, but it doesn't work. Any ideas? Here's what I have for a preseed config:
d-i mirror/country string enter information manually
d-i mirror/http/hostname string galactica
d-i mirror/http/directory string /ubuntu
d-i mirror/suite string hardy
d-i mirror/http/proxy string
d-i clock-setup/utc boolean true
d-i time/zone string US/Central
d-i apt-setup/local0/repository string http://galactica/mcisrepo mcis all
d-i debian-installer/allow_unauthenticated string true
d-i apt-setup/restricted boolean true
d-i apt-setup/universe boolean true
d-i apt-setup/multiverse boolean true
d-i apt-setup/main/source boolean false
d-i apt-setup/restricted/source boolean false
d-i apt-setup/universe/source boolean false
d-i apt-setup/multiverse/source boolean false
d-i passwd/root-login boolean true
d-i passwd/make-user boolean false
d-i grub-installer/only_debian boolean true
d-i pkgsel/include string openssh-server build-essential
d-i finish-install/reboot_in_progress note
d-i cdrom-detect/eject boolean false
ssh ssh/new_config boolean true
ssh ssh/protocol2_only boolean true
ssh ssh/run_sshd boolean true
-Jon
More information about the Cialug
mailing list