Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test_data for autoyast_reinstall on leap #11995

Merged
merged 1 commit into from Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1,71 @@
paths:
- /var/lib/gdm/.bashrc
- /var/lib/empty/.bashrc
- /var/lib/polkit/.bashrc
- /var/lib/nobody/.bashrc
- /var/lib/pulseaudio/.bashrc
device: vda
table_type: gpt
file_system:
/: btrfs
swap: 1
profile:
partitioning:
- drive:
unique_key: device
device: /dev/vda
disklabel: gpt
enable_snapshots: 'true'
partitions:
- partition:
unique_key: partition_nr
partition_nr: 1
- partition:
unique_key: partition_nr
partition_nr: 2
filesystem: btrfs
mount: /
subvolumes:
- subvolume:
unique_key: path
copy_on_write: 'true'
path: usr/local
- subvolume:
unique_key: path
copy_on_write: 'false'
path: var
- subvolume:
unique_key: path
copy_on_write: 'true'
path: srv
- subvolume:
unique_key: path
copy_on_write: 'true'
path: root
- subvolume:
unique_key: path
copy_on_write: 'true'
path: home
- subvolume:
unique_key: path
copy_on_write: 'true'
path: opt
- subvolume:
unique_key: path
copy_on_write: 'true'
path: boot/grub2/i386-pc
- subvolume:
unique_key: path
copy_on_write: 'true'
path: tmp
- subvolume:
unique_key: path
copy_on_write: 'true'
path: boot/grub2/x86_64-efi
subvolumes_prefix: '@'
- partition:
unique_key: partition_nr
partition_nr: 3
filesystem: swap
mount: swap
type: CT_DISK