summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-06-16 20:24:44 +0200
committerChristian Breunig <christian@breunig.cc>2026-06-16 20:24:44 +0200
commitd21bc583e6316178046a6aae5262f64fff43e393 (patch)
treea7085589b9cc78f621e7456d44f210b022320cb3
parent9981743fe36d5c46c83ab91f7fc1f478912addf6 (diff)
downloadvyos-1x-d21bc583e6316178046a6aae5262f64fff43e393.tar.gz
vyos-1x-d21bc583e6316178046a6aae5262f64fff43e393.zip
image: T8923: fix typo in variable definition "PARTITONING" -> "PARTITIONING"
-rwxr-xr-xsrc/op_mode/image_installer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/op_mode/image_installer.py b/src/op_mode/image_installer.py
index b766c3d1e..089f83670 100755
--- a/src/op_mode/image_installer.py
+++ b/src/op_mode/image_installer.py
@@ -98,7 +98,7 @@ MSG_INFO_INSTALL_RAID_FOUND_DISKS: str = 'Would you like to configure RAID-1 mir
MSG_INFO_INSTALL_RAID_CHOOSE_DISKS: str = 'Would you like to choose two disks for RAID-1 mirroring?'
MSG_INFO_INSTALL_DISK_CONFIRM: str = 'Installation will delete all data on the drive. Continue?'
MSG_INFO_INSTALL_RAID_CONFIRM: str = 'Installation will delete all data on both drives. Continue?'
-MSG_INFO_INSTALL_PARTITONING: str = 'Creating partition table...'
+MSG_INFO_INSTALL_PARTITIONING: str = 'Creating partition table...'
MSG_INPUT_CONFIG_FOUND: str = 'An active configuration was found. Would you like to copy it to the new image?'
MSG_INPUT_CONFIG_CHOICE: str = 'The following config files are available for boot:'
MSG_INPUT_CONFIG_CHOOSE: str = 'Which file would you like as boot config?'
@@ -244,7 +244,7 @@ def create_partitions(target_disk: str, target_size: int,
else:
rootfs_size: int = available_size
- print(MSG_INFO_INSTALL_PARTITONING)
+ print(MSG_INFO_INSTALL_PARTITIONING)
raid.clear()
disk.disk_cleanup(target_disk)
disk_details: disk.DiskDetails = disk.parttable_create(target_disk,