/[smeserver]/cdrom.image/sme9/product/installclasses/server.py
ViewVC logotype

Diff of /cdrom.image/sme9/product/installclasses/server.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.6 by wellsi, Sun Dec 1 04:00:01 2013 UTC Revision 1.8 by wellsi, Sun Dec 1 21:06:44 2013 UTC
# Line 93  class InstallClass(BaseInstallClass): Line 93  class InstallClass(BaseInstallClass):
93      sortPriority = 90000      sortPriority = 90000
94      hidden = 0      hidden = 0
95    
96        bootloaderTimeoutDefault = 5
97      tasks = [(N_("Basic Server"),      tasks = [(N_("Basic Server"),
98                ["base", "core"]),                ["base", "core"]),
99               (N_("Minimal"),               (N_("Minimal"),
# Line 148  class InstallClass(BaseInstallClass): Line 149  class InstallClass(BaseInstallClass):
149              fstype = "ext3"              fstype = "ext3"
150    
151          # /boot          # /boot
152          # Manually specify fstype = ext3/ext4 and size = 100 MB          # Manually specify fstype = ext3/ext4 and size = 250 MB
153          # (Platform default is fstype ext4 and size = 500 MB)          # (Platform default is fstype ext4 and size = 500 MB)
154    
155          autorequests.append(PartSpec(mountpoint="/boot", fstype=fstype, size=100, useRAID=useRAID_flag,          autorequests.append(PartSpec(mountpoint="/boot", fstype=fstype, size=250, useRAID=useRAID_flag,
156                              weight=platform.weight(mountpoint="/boot")))                              weight=platform.weight(mountpoint="/boot")))
157    
158          # /          # /


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed