mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
test: add a btrfs helper
This commit is contained in:
parent
dbc04797c1
commit
babe935563
@ -950,6 +950,14 @@ install_lvm() {
|
||||
mkdir -p "${initdir:?}/etc/lvm"
|
||||
}
|
||||
|
||||
install_btrfs() {
|
||||
instmods btrfs
|
||||
# Not all utilities provided by btrfs-progs are listed here; extend the list
|
||||
# if necessary
|
||||
image_install btrfs btrfstune mkfs.btrfs
|
||||
inst_rules 64-btrfs-dm.rules
|
||||
}
|
||||
|
||||
install_compiled_systemd() {
|
||||
dinfo "Install compiled systemd"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user