archinstall/archinstall/lib/disk2/btrfs.py

4 lines
132 B
Python

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