Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-05-28 Thread Daniel Golle
Hi! On Tue, Apr 24, 2018 at 04:59:34PM +0200, Christian Lamparter wrote: > ... > this patch is therefore no longer necessary since it the existing ext4 > images work as well. :) ... Plus the ext4 images don't confuse tools and > brains as much. While this assumption might hold true for some peopl

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Christian Lamparter
On Dienstag, 24. April 2018 19:56:38 CEST Stijn Tintel wrote: > On 24-04-18 19:17, Stijn Tintel wrote: > > On 24-04-18 17:59, Christian Lamparter wrote: > >> On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote: > >>> On 27-03-18 20:42, Christian Lamparter wrote: > This patch adds a im

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Stijn Tintel
On 24-04-18 19:17, Stijn Tintel wrote: > On 24-04-18 17:59, Christian Lamparter wrote: >> On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote: >>> On 27-03-18 20:42, Christian Lamparter wrote: This patch adds a image with squashfs as the root filesystem. A rootfs_data partition w

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Stijn Tintel
On 24-04-18 17:59, Christian Lamparter wrote: > On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote: >> On 27-03-18 20:42, Christian Lamparter wrote: >>> This patch adds a image with squashfs as the root filesystem. >>> A rootfs_data partition will be generated on the first boot >>> and pl

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Christian Lamparter
On Dienstag, 24. April 2018 13:29:17 CEST Stijn Tintel wrote: > On 27-03-18 20:42, Christian Lamparter wrote: > > This patch adds a image with squashfs as the root filesystem. > > A rootfs_data partition will be generated on the first boot > > and placed inside the rootfs partition (just after the

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-24 Thread Stijn Tintel
On 27-03-18 20:42, Christian Lamparter wrote: > This patch adds a image with squashfs as the root filesystem. > A rootfs_data partition will be generated on the first boot > and placed inside the rootfs partition (just after the squashfs > image). > > advantages: > - it is possible to migrate from

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-12 Thread Daniel Golle
On Thu, Mar 29, 2018 at 02:22:48AM +0200, Daniel Golle wrote: > On Tue, Mar 27, 2018 at 07:42:18PM +0200, Christian Lamparter wrote: > > This patch adds a image with squashfs as the root filesystem. > > A rootfs_data partition will be generated on the first boot > > and placed inside the rootfs par

Re: [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-03-28 Thread Daniel Golle
On Tue, Mar 27, 2018 at 07:42:18PM +0200, Christian Lamparter wrote: > This patch adds a image with squashfs as the root filesystem. > A rootfs_data partition will be generated on the first boot > and placed inside the rootfs partition (just after the squashfs > image). > > advantages: > - it is

[OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-03-27 Thread Christian Lamparter
This patch adds a image with squashfs as the root filesystem. A rootfs_data partition will be generated on the first boot and placed inside the rootfs partition (just after the squashfs image). advantages: - it is possible to migrate from an existing -ext4 installation and back via sysupgrade.