Skip to content
Snippets Groups Projects
Commit 6be4bfd0 authored by Bob Lantz's avatar Bob Lantz
Browse files

Avoid mirrors.kernel.org for now

parent d9d209f3
No related branches found
No related tags found
No related merge requests found
......@@ -333,9 +333,11 @@ def findBaseImage( flavor, size='8G' ):
# Tell the Ubuntu/Debian installer to stop asking stupid questions
PreseedText = """
d-i mirror/country string manual
d-i mirror/http/hostname string mirrors.kernel.org
PreseedText = ( """
"""
#d-i mirror/country string manual
#d-i mirror/http/hostname string mirrors.kernel.org
"""
d-i mirror/http/directory string /ubuntu
d-i mirror/http/proxy string
d-i partman/confirm_write_new_label boolean true
......@@ -345,7 +347,7 @@ def findBaseImage( flavor, size='8G' ):
d-i user-setup/allow-password-weak boolean true
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/poweroff boolean true
"""
""" )
def makeKickstartFloppy():
"Create and return kickstart floppy, kickstart, preseed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment