From 6edb8a970e17a895d44c3b1401fbf9d02a1b7716 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Apr 2023 09:45:58 +0200 Subject: Add support for machines mounts that span multiple physical devices --- doc/manual.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/manual.cli b/doc/manual.cli index 5187e87..a994e9f 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -280,6 +280,12 @@ confirm over-provisioning, format the disk as \c{btrfs}, and label it as # ^D # Exit shell and reboot. \ +To create a single \c{btrfs} disk that spans multiple physical devices: + +\ +# mkfs.btrfs -L buildos.machines -d single -m single /dev/sda /dev/sdb +\ + \h#config-net|Network| Network is configured via DHCP. Initially, all Ethernet interfaces that have -- cgit v1.1