X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=meta-stx%2Frecipes-connectivity%2Fnfs-utils%2Fnfs-utils_%25.bbappend;h=aee59441df87f3c47ef103405cf12929299eb1e8;hb=c4428efe5dbe7ad672ece1e03d7ee4ce35beeba9;hp=7f3db989e02a05119480b439043e2a856046d5a6;hpb=91ae7ef0c08749a6efc86b9dbbc1c6f480be7165;p=pti%2Frtp.git diff --git a/meta-stx/recipes-connectivity/nfs-utils/nfs-utils_%.bbappend b/meta-stx/recipes-connectivity/nfs-utils/nfs-utils_%.bbappend index 7f3db98..aee5944 100644 --- a/meta-stx/recipes-connectivity/nfs-utils/nfs-utils_%.bbappend +++ b/meta-stx/recipes-connectivity/nfs-utils/nfs-utils_%.bbappend @@ -19,6 +19,9 @@ do_install_append() { # install nfs.conf and enable udp proto install -m 0755 ${S}/nfs.conf ${D}${sysconfdir} sed -i -e 's/#\(\[nfsd\]\)/\1/' -e 's/#\( udp=\).*/\1y/' ${D}${sysconfdir}/nfs.conf + + # add initial exports file + echo "# Initial exports for nfs" > ${D}${sysconfdir}/exports } SYSTEMD_AUTO_ENABLE = "disable"