Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.6 by jpp, Fri Sep 2 02:56:50 2022 UTC | Revision 1.8 by jpp, Thu Sep 8 01:45:29 2022 UTC | |
---|---|---|
# | Line 21 diff -Nur --no-dereference anaconda-21.4 | Line 21 diff -Nur --no-dereference anaconda-21.4 |
21 | + autorequests = [PartSpec(mountpoint="/", fstype=storage.defaultFSType, | + autorequests = [PartSpec(mountpoint="/", fstype=storage.defaultFSType, |
22 | + size=Size("5GiB"), | + size=Size("5GiB"), |
23 | + grow=True, | + grow=True, |
24 | + lv=False, thin=False)] | + lv=True, thin=False)] |
25 | + | + |
26 | + bootreqs = platform.setDefaultPartitioning() | + bootreqs = platform.setDefaultPartitioning() |
27 | + if bootreqs: | + if bootreqs: |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |