mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-10 04:41:49 +00:00
fix rootfs detection
SVN-Revision: 6266
This commit is contained in:
parent
76c376d82a
commit
3987f5727c
@ -10,7 +10,7 @@ copy_kernel() {
|
|||||||
/sbin/patch-cmdline "$output" "$cmdline"
|
/sbin/patch-cmdline "$output" "$cmdline"
|
||||||
}
|
}
|
||||||
|
|
||||||
fstype="$(mount | grep ' / ' | awk '{print $5}')"
|
fstype="$(mount | grep ' / ' | awk '$1 != "rootfs" {print $5}')"
|
||||||
case "$fstype" in
|
case "$fstype" in
|
||||||
ext2|jffs2) echo "Copying from $fstype to yaffs2";;
|
ext2|jffs2) echo "Copying from $fstype to yaffs2";;
|
||||||
*) echo "Invalid filesystem."; exit 1;;
|
*) echo "Invalid filesystem."; exit 1;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user