nrvr.distros.ub.rel1404.preseedtemplates
index
/usr/lib/python2.7/site-packages/nrvr/distros/ub/rel1404/preseedtemplates.py

nrvr.distros.ub.rel1404.preseedtemplates - Templates for creating Ubuntu preseed files
 
The main class provided by this module is UbPreseedTemplates.
 
To be expanded as needed.
 
Idea and first implementation - Leo Baschy <srguiwiz12 AT nrvr DOT com>
 
Contributor - Nora Baschy
 
Public repository - https://github.com/srguiwiz/nrvr-commander
 
Copyright (c) Nirvana Research 2006-2015.
Simplified BSD License

 
Classes
       
__builtin__.object
UbPreseedTemplates

 
class UbPreseedTemplates(__builtin__.object)
    Generally usable templates for Ubuntu.
 
  Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
usableUbWithGuiPreseedFirstTimeStartScript001 = "#!/bin/bash\n#\n# make sure runs only once ever\nup...alse/' /etc/default/grub\n# necessary\nupdate-grub\n"
usableUbWithGuiPreseedTemplate001 = '# A preseed file made for Ubuntu 14.04 LTS,\n# ht...#ufw ufw/allow_known_ports multiselect SSH\n'