Skip to content
Snippets Groups Projects
Commit 202bd450 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

oops... typo

SVN-Revision: 6267
parent 3987f572
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ copy_kernel() {
/sbin/patch-cmdline "$output" "$cmdline"
}
fstype="$(mount | grep ' / ' | awk '$1 != "rootfs" {print $5}')"
fstype="$(mount | grep ' / ' | awk '$5 != "rootfs" {print $5}')"
case "$fstype" in
ext2|jffs2) echo "Copying from $fstype to yaffs2";;
*) echo "Invalid filesystem."; exit 1;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment