@@ -63,7 +63,8 @@ _mnt_sfs() {
6363 local img_fullname=" ${img##*/ } "
6464 local sfs_dev
6565
66- # shellcheck disable=SC2154 # defined via initcpio's parse_cmdline()
66+ # shellcheck disable=SC2154
67+ # defined via initcpio's parse_cmdline()
6768 if [ " ${copytoram} " = " y" ]; then
6869 msg -n " :: Copying squashfs image to RAM..."
6970 if ! cp -- " ${img} " " /run/archiso/copytoram/${img_fullname} " ; then
@@ -129,10 +130,12 @@ run_hook() {
129130 [ -z " ${copytoram_size} " ] && copytoram_size=" 75%"
130131 [ -z " ${archisobasedir} " ] && archisobasedir=" arch"
131132 [ -z " ${dm_snap_prefix} " ] && dm_snap_prefix=" arch"
132- # shellcheck disable=SC2154 # defined via initcpio's parse_cmdline()
133+ # shellcheck disable=SC2154
134+ # defined via initcpio's parse_cmdline()
133135 [ -z " ${archisodevice} " ] && archisodevice=" /dev/disk/by-label/${archisolabel} "
134136 [ -z " ${cow_spacesize} " ] && cow_spacesize=" 256M"
135- # shellcheck disable=SC2154 # defined via initcpio's parse_cmdline()
137+ # shellcheck disable=SC2154
138+ # defined via initcpio's parse_cmdline()
136139 if [ -n " ${cow_label} " ]; then
137140 cow_device=" /dev/disk/by-label/${cow_label} "
138141 [ -z " ${cow_persistent} " ] && cow_persistent=" P"
@@ -163,7 +166,8 @@ archiso_mount_handler() {
163166 fi
164167 fi
165168
166- # shellcheck disable=SC2154 # defined via initcpio's parse_cmdline()
169+ # shellcheck disable=SC2154
170+ # defined via initcpio's parse_cmdline()
167171 if [ " ${checksum} " = " y" ]; then
168172 if [ -f " /run/archiso/bootmnt/${archisobasedir} /${arch} /airootfs.sha512" ]; then
169173 msg -n " :: Self-test requested, please wait..."
@@ -180,7 +184,8 @@ archiso_mount_handler() {
180184 fi
181185 fi
182186
183- # shellcheck disable=SC2154 # defined via initcpio's parse_cmdline()
187+ # shellcheck disable=SC2154
188+ # defined via initcpio's parse_cmdline()
184189 if [ " ${verify} " = " y" ]; then
185190 if [ -f " /run/archiso/bootmnt/${archisobasedir} /${arch} /airootfs.sfs.sig" ]; then
186191 msg -n " :: Signature verification requested, please wait..."
@@ -226,4 +231,4 @@ archiso_mount_handler() {
226231 fi
227232}
228233
229- # vim: set ft=sh:
234+ # vim: set ft=sh:
0 commit comments