diff options
author | Runar Borge <runar@borge.nu> | 2019-05-28 22:51:06 +0200 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2019-05-28 22:51:06 +0200 |
commit | 1850f165abda3f3d0498220e56ca594dc8ecca9c (patch) | |
tree | 54ddb585010420a45a5abdf99efbcf53acbfae2e /data/live-build-config | |
parent | 4294fd325008b8024a477664b5c993ac9c89eb6e (diff) | |
download | vyos-build-1850f165abda3f3d0498220e56ca594dc8ecca9c.tar.gz vyos-build-1850f165abda3f3d0498220e56ca594dc8ecca9c.zip |
T1414: disable failing 10-unmountfs.chroot and needs verification
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/live/10-unmountfs.chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/live-build-config/hooks/live/10-unmountfs.chroot b/data/live-build-config/hooks/live/10-unmountfs.chroot index 7992a4d2..05bcc12c 100755 --- a/data/live-build-config/hooks/live/10-unmountfs.chroot +++ b/data/live-build-config/hooks/live/10-unmountfs.chroot @@ -1,5 +1,5 @@ #!/bin/sh - +exit 0 # hack umountfs script to cleanly unmount live systems sed \ |