/[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.11 by charliebrady, Sun Apr 13 16:38:37 2014 UTC Revision 1.12 by wellsi, Thu Apr 17 00:30:37 2014 UTC
# Line 157  class InstallClass(BaseInstallClass): Line 157  class InstallClass(BaseInstallClass):
157          # Manually specify fstype = ext3/ext4 and size = 250 MB          # Manually specify fstype = ext3/ext4 and size = 250 MB
158          # (Platform default is fstype ext4 and size = 500 MB)          # (Platform default is fstype ext4 and size = 500 MB)
159    
160          autorequests.append(PartSpec(mountpoint="/boot", fstype=fstype, size=250, raidLevel=1,          autorequests.append(PartSpec(mountpoint="/boot", fstype=fstype, size=250, raidLevel="1",
161                              weight=platform.weight(mountpoint="/boot")))                              weight=platform.weight(mountpoint="/boot")))
162    
163          # /          # /


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