diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-03 19:23:23 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-03 19:23:23 +0200 |
commit | 86416cb02ab62633d360ec4661730058ca77997e (patch) | |
tree | db514c146e6e6afbd7c5d66d7bec1e25abd5318f /data | |
parent | 259763415038b57648d0cedab60e851f2deffa7f (diff) | |
download | vyos-build-86416cb02ab62633d360ec4661730058ca77997e.tar.gz vyos-build-86416cb02ab62633d360ec4661730058ca77997e.zip |
Revert "T1414: disable failing 10-unmountfs.chroot and needs verification"
This reverts commit 1850f165abda3f3d0498220e56ca594dc8ecca9c.
Diffstat (limited to 'data')
-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 05bcc12c..7992a4d2 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 \ |