We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c5626 commit eaaf008Copy full SHA for eaaf008
2 files changed
features/kickstart/data/bin/kickstart
@@ -205,7 +205,7 @@ ks_valid_block_device()
205
local GENHD_FL_NO_PART_v5_17=$(( 0x0200 ))
206
local GENHD_FL_NO_PART_v6_3=$(( 0x0004 ))
207
208
- readline attr "$f/capability"
+ readline attr "$syspath/capability"
209
210
# If one of the NO_PART flags is set, part scanning is
211
# definitely off.
features/kickstart/data/bin/kickstart-sh-installation
@@ -93,7 +93,7 @@ liveimg()
93
ret=1
94
;;
95
*.zip)
96
- unzip -d "$ks_rootdir" "$arhive" ||
+ unzip -d "$ks_rootdir" "$archive" ||
97
98
99
*.cpio)
0 commit comments