diff --git a/packages/cli/lib/nydusd/fuse_mode.js b/packages/cli/lib/nydusd/fuse_mode.js index d968c23..3f2e463 100644 --- a/packages/cli/lib/nydusd/fuse_mode.js +++ b/packages/cli/lib/nydusd/fuse_mode.js @@ -97,7 +97,7 @@ async function mountOverlay(cwd, pkg) { title: 'hdiutil create', }); await wrapRetry({ - cmd: async () => await execa.command(`hdiutil attach -mountpoint ${overlay} ${tmpDmg}`), + cmd: async () => await execa.command(`hdiutil attach -nobrowse -mountpoint ${overlay} ${tmpDmg}`), title: 'hdiutil attach', }); }