Revision 6be4bfd0 util/vm/build.py
util/vm/build.py | ||
---|---|---|
333 | 333 |
|
334 | 334 |
# Tell the Ubuntu/Debian installer to stop asking stupid questions |
335 | 335 |
|
336 |
PreseedText = """ |
|
337 |
d-i mirror/country string manual |
|
338 |
d-i mirror/http/hostname string mirrors.kernel.org |
|
336 |
PreseedText = ( """ |
|
337 |
""" |
|
338 |
#d-i mirror/country string manual |
|
339 |
#d-i mirror/http/hostname string mirrors.kernel.org |
|
340 |
""" |
|
339 | 341 |
d-i mirror/http/directory string /ubuntu |
340 | 342 |
d-i mirror/http/proxy string |
341 | 343 |
d-i partman/confirm_write_new_label boolean true |
... | ... | |
345 | 347 |
d-i user-setup/allow-password-weak boolean true |
346 | 348 |
d-i finish-install/reboot_in_progress note |
347 | 349 |
d-i debian-installer/exit/poweroff boolean true |
348 |
""" |
|
350 |
""" )
|
|
349 | 351 |
|
350 | 352 |
def makeKickstartFloppy(): |
351 | 353 |
"Create and return kickstart floppy, kickstart, preseed" |
Also available in: Unified diff