mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux into roth_onlp
This commit is contained in:
@@ -195,7 +195,7 @@ class App(SubprocessMixin):
|
||||
pdir,))
|
||||
|
||||
for m in pm.mounts:
|
||||
if m.dir.startswith('/mnt/onl'):
|
||||
if m.dir.startswith('/mnt/onl') or m.dir.startswith('/boot'):
|
||||
if not self.force:
|
||||
self.log.error("directory %s is still mounted (try --force)", m.dir)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user