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=raidLevel, |
autorequests.append(PartSpec(mountpoint="/boot", fstype=fstype, size=250, raidLevel="1", |
161 |
weight=platform.weight(mountpoint="/boot"))) |
weight=platform.weight(mountpoint="/boot"))) |
162 |
|
|
163 |
# / |
# / |