[OpenWrt-Devel] Factory reset implementation on x86 platform

2015-09-17 Thread Chetan C R
Hi, I wanted to implement factory reset functionality on x86 platform. my rootfs is ext4 failfafe mode mount_root firstboot reboot -f doesn't work for please let me know how to make it work on ext4 rootfs on x86 platform. Thanks in Advance ___

Re: [OpenWrt-Devel] Factory reset implementation on x86 platform

2015-09-17 Thread Tavish Naruka
On Thu, Sep 17, 2015 at 11:30 AM, Chetan C R wrote: > Hi, > > I wanted to implement factory reset functionality on x86 platform. > my rootfs is ext4 > Failsafe and factory rest would work only with squashfs+jffs2 afaik, in which case 'firstboot' just clears the jffs2

Re: [OpenWrt-Devel] Factory reset implementation on x86 platform

2015-09-17 Thread John Crispin
On 17/09/2015 09:06, Tavish Naruka wrote: > On Thu, Sep 17, 2015 at 11:30 AM, Chetan C R wrote: >> Hi, >> >> I wanted to implement factory reset functionality on x86 platform. >> my rootfs is ext4 >> > > Failsafe and factory rest would work only with squashfs+jffs2