index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | codefiles <11915375+codefiles@users.noreply.github.com> | 2023-09-26 04:57:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 10:57:45 +0200 |
commit | 717a22371fd25aac10d1f435b65842e800fd9d7e (patch) | |
tree | b1da060c4525f0d0352359a0f1031c3cd6212769 /examples | |
parent | c427391543d464856c8153d17ddeef2c693fcf95 (diff) |
-rw-r--r-- | examples/auto_discovery_mounted.py | 1 |
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') ) |