1 2 3 4
from ..general import SysCommand def create_subvolume(installation): SysCommand(f"btrfs subvolume create {installation.target}/@")