LEDE Extroot documention correction

In the docs
lede-project.org/docs/user-guide/extroot_configuration

This should be corrected in the documentation.

If you are using ext4 file system, make sure you install kmod-fs-ext4 otherwise you will get errors in the mount and cause a big problem with filling your system in the wrong directory.

Where the docs say
"Then we transfer the content of the current overlay"....

I could do the mount /dev/sda1 /mnt in a line by itself to see if there is an error. If no error then continue but they way is now, if there is an error with the mount, it will fill your entire storage space.

Already there:

opkg update && opkg install block-mount kmod-fs-ext4 kmod-usb-storage e2fsprogs kmod-usb-ohci kmod-usb-uhci fdisk

Ok, now I see the confusion. I thought that was only for tl-wr1043nd devices. Thanks.

In principle this applies to all devices, but e2fsprogs won't fit into 4MB.