Message ID | 20200318092244.1432300-1-vicamo.yang@canonical.com |
---|---|
State | New |
Headers | show |
Series | UBUNTU: [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 | expand |
Missing target series. You-Sheng Yang On 2020-03-18 17:22, You-Sheng Yang wrote: > BugLink: https://bugs.launchpad.net/bugs/1867099 > > To make sure updateconfigs doesn't prompt extra questions after enabled > CONFIG_EROFS_FS_ZIP. > > Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com> > --- > debian.master/config/config.common.ubuntu | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu > index 55c1dc9d93c8e..fdebef94e03d8 100644 > --- a/debian.master/config/config.common.ubuntu > +++ b/debian.master/config/config.common.ubuntu > @@ -3131,6 +3131,7 @@ CONFIG_EPIC100=m > CONFIG_EPOLL=y > CONFIG_EQUALIZER=m > CONFIG_EROFS_FS=m > +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 > # CONFIG_EROFS_FS_DEBUG is not set > CONFIG_EROFS_FS_POSIX_ACL=y > CONFIG_EROFS_FS_SECURITY=y >
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 55c1dc9d93c8e..fdebef94e03d8 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3131,6 +3131,7 @@ CONFIG_EPIC100=m CONFIG_EPOLL=y CONFIG_EQUALIZER=m CONFIG_EROFS_FS=m +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y
BugLink: https://bugs.launchpad.net/bugs/1867099 To make sure updateconfigs doesn't prompt extra questions after enabled CONFIG_EROFS_FS_ZIP. Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com> --- debian.master/config/config.common.ubuntu | 1 + 1 file changed, 1 insertion(+)