diff --git a/mk_mmc.sh b/mk_mmc.sh index 662668a..ed334c7 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -880,7 +880,7 @@ function flash_kernel_base_installer { mount /dev/mmcblk0p1 /target/boot/uboot #mkdir -p /target/lib/modules/\$(uname -r) || true - #tar xf /target/boot/uboot/\$(uname -r)-modules.tar.gz -C /target/lib/modules/\$(uname -r) + #tar -xf /target/boot/uboot/\$(uname -r)-modules.tar.gz -C /target/lib/modules/\$(uname -r) mount -o bind /sys /target/sys cat /proc/mounts > /target/mounts