Skip to content

Commit eaaf008

Browse files
committed
feature/kickstart: Fix typo
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
1 parent e6c5626 commit eaaf008

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

features/kickstart/data/bin/kickstart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ks_valid_block_device()
205205
local GENHD_FL_NO_PART_v5_17=$(( 0x0200 ))
206206
local GENHD_FL_NO_PART_v6_3=$(( 0x0004 ))
207207

208-
readline attr "$f/capability"
208+
readline attr "$syspath/capability"
209209

210210
# If one of the NO_PART flags is set, part scanning is
211211
# definitely off.

features/kickstart/data/bin/kickstart-sh-installation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ liveimg()
9393
ret=1
9494
;;
9595
*.zip)
96-
unzip -d "$ks_rootdir" "$arhive" ||
96+
unzip -d "$ks_rootdir" "$archive" ||
9797
ret=1
9898
;;
9999
*.cpio)

0 commit comments

Comments
 (0)