Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorcodefiles <11915375+codefiles@users.noreply.github.com>2023-09-26 04:57:45 -0400
committerGitHub <noreply@github.com>2023-09-26 10:57:45 +0200
commit717a22371fd25aac10d1f435b65842e800fd9d7e (patch)
treeb1da060c4525f0d0352359a0f1031c3cd6212769 /examples
parentc427391543d464856c8153d17ddeef2c693fcf95 (diff)
Fix `mountpoint` for pre-mounted disk configuration (#2113)
* Fix `mountpoint` for pre-mounted disk configuration * Add missing commas
Diffstat (limited to 'examples')
-rw-r--r--examples/auto_discovery_mounted.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/auto_discovery_mounted.py b/examples/auto_discovery_mounted.py
index 0bd30cd1..e3cb80b7 100644
--- a/examples/auto_discovery_mounted.py
+++ b/examples/auto_discovery_mounted.py
@@ -9,5 +9,4 @@ mods = disk.device_handler.detect_pre_mounted_mods(root_mount_dir)
disk_config = disk.DiskLayoutConfiguration(
disk.DiskLayoutType.Pre_mount,
device_modifications=mods,
- relative_mountpoint=Path('/mnt/archinstall')
)