⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
openQA Tests (public)
All Projects
QA (public)
»
openQA Project (public)
»
openQA Tests (public)
Overview
Activity
Roadmap
Issues
Gantt
Calendar
Wiki
Download (1.45 KB)
action #42605
» partitioning.xml
AY template profile -
riafarov
, 2018-10-17 08:07
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE profile>
<profile
xmlns=
"http://www.suse.com/1.0/yast2ns"
xmlns:config=
"http://www.suse.com/1.0/configns"
>
<partitioning
config:type=
"list"
>
<drive>
<type
config:type=
"symbol"
>
CT_DISK
</type>
<use>
all
</use>
<device>
/dev/vda
</device>
<disklabel>
none
</disklabel>
<partitions
config:type=
"list"
>
<partition>
<format
config:type=
"boolean"
>
true
</format>
<create
config:type=
"boolean"
>
false
</create>
<mount>
/
</mount>
<size>
max
</size>
</partition>
</partitions>
</drive>
<drive>
<device>
/dev/vdb
</device>
<disklabel>
none
</disklabel>
<partitions
config:type=
"list"
>
<partition>
<lvm_group>
system
</lvm_group>
</partition>
</partitions>
<type
config:type=
"symbol"
>
CT_DISK
</type>
<use>
all
</use>
</drive>
<drive>
<device>
/dev/system
</device>
<type
config:type=
"symbol"
>
CT_LVM
</type>
<partitions
config:type=
"list"
>
<partition>
<lv_name>
data
</lv_name>
<filesystem
config:type=
"symbol"
>
ext4
</filesystem>
<mount>
/data
</mount>
<size>
2G
</size>
</partition>
<partition>
<lv_name>
swap
</lv_name>
<filesystem
config:type=
"symbol"
>
swap
</filesystem>
<mount>
swap
</mount>
<size>
256MiB
</size>
</partition>
</partitions>
</drive>
</partitioning>
</profile>
« Previous
1
2
Next »
(2-2/2)
Loading...