On Thu, Nov 19, 2020 at 05:15:01PM +0800, Wu Fengguang wrote:
- osimage: for lkp compatibility
mount -t cifs -o guest,port=446 //ip/osimage /tmp/osimage
That's called from where? I'd like to check how come it's necessary.
previously, both samba and nfs provided this mount path.
tests/makepkg:38:PKG_MNT=/osimage/pkg tests/pack-deps:15:DEPS_MNT=/osimage/deps
now this method is no longer used.
i will delete it
Thanks, Shenwei
Thanks, Fengguang