Skip to content

Commit 224425a

Browse files
committed
Fix wrong lsblk filename in findcd.sh
1 parent fad364c commit 224425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplement/findcd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ echo "Install media / CD-ROM found and mounted at $CD"
5555
# Copy some files to memory for faster execution
5656
cp $CD/bin/lunmercy /bin
5757
cp $CD/bin/cfdisk /bin
58-
cp $CD/bin/lsblk /bin
58+
cp $CD/bin/lsblk.qi /bin
5959
cp $CD/bin/mkfs.fat /bin
6060
cp $CD/install.txt /
6161

0 commit comments

Comments
 (0)