Changeset 69387 in vbox
- Timestamp:
- Oct 26, 2017 4:53:47 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118711
- Location:
- trunk/src/VBox/Main/UnattendedTemplates
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/fedora_ks.cfg
r68201 r69387 46 46 47 47 # Disk partitioning information 48 part / --fstype ext4 --size 6000 --grow --asprimary 49 part swap --size 1024 48 part / --fstype ext4 --size 6000 --grow --asprimary 49 part swap --size 1024 50 50 51 51 #Initial user -
trunk/src/VBox/Main/UnattendedTemplates/ol_ks.cfg
r68202 r69387 49 49 50 50 # Disk partitioning information 51 part / --fstype ext4 --size 6000 --grow --asprimary 52 part swap --size 1024 51 part / --fstype ext4 --size 6000 --grow --asprimary 52 part swap --size 1024 53 53 54 54 #Initial user -
trunk/src/VBox/Main/UnattendedTemplates/redhat67_ks.cfg
r68203 r69387 49 49 50 50 # Disk partitioning information 51 part / --fstype ext4 --size 6000 --grow --asprimary 52 part swap --size 1024 51 part / --fstype ext4 --size 6000 --grow --asprimary 52 part swap --size 1024 53 53 54 54 #Initial user -
trunk/src/VBox/Main/UnattendedTemplates/suse_autoinstall.xml
r67881 r69387 23 23 <package>smpppd</package> 24 24 </packages> 25 25 26 26 <patterns config:type="list"> 27 27 <pattern>apparmor</pattern>
Note:
See TracChangeset
for help on using the changeset viewer.