From 4bed284cd2c43e567f233632ae159b6395b05995 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 6 May 2020 12:09:56 +0800 Subject: [PATCH] poky_stx_aio_ks.cfg: do not mask dev-hugepages.mount Do not mask dev-hugepages.mount since hugepages need to be mounted for stx. Issue-ID: INF-78 Signed-off-by: Jackie Huang Change-Id: Ifdb1e829a4e232648a1f5ddd3581dbbe5cad22cf --- meta-stx/conf/distro/files/ks/poky_stx_aio_ks.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-stx/conf/distro/files/ks/poky_stx_aio_ks.cfg b/meta-stx/conf/distro/files/ks/poky_stx_aio_ks.cfg index dff25fe..bae15ec 100644 --- a/meta-stx/conf/distro/files/ks/poky_stx_aio_ks.cfg +++ b/meta-stx/conf/distro/files/ks/poky_stx_aio_ks.cfg @@ -729,9 +729,6 @@ chage -d 0 sysadmin rm -rf /var/tmp systemctl enable tmp.mount -# Disable automount of /dev/hugepages -systemctl mask dev-hugepages.mount - # Disable firewall systemctl disable firewalld -- 2.16.6