Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk/btrfs.py
blob: d6758b3f07671faeae4c78f609d9523f64a6044c (plain)
1
2
3
4
from ..general import SysCommand

def create_subvolume(installation):
	SysCommand(f"btrfs subvolume create {installation.target}/@")