#20872: TYPO Luci Extroot
----------------------+------------------------
 Reporter:  Ansuel    |      Owner:  developers
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  packages  |    Version:  Trunk
 Keywords:            |
----------------------+------------------------
 You know the tip that speack about clone the root filesystem to the
 extrernal drive?

 Welle there is a typo in a lot of version.... i think is a very quick fix
 XD

 mkdir -p /tmp/introot
 mkdir -p /tmp/extroot
 mount --bind / /tmp/introot
 mount /dev/sda1 /tmp/extroot
 tar -C /tmp/intproot -cvf - . | tar -C /tmp/extroot -xf -
 umount /tmp/introot
 umount /tmp/extroot

 THE intProot XD Don't know why the P

--
Ticket URL: <https://dev.openwrt.org/ticket/20872>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to