diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-29 21:15:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 21:15:58 +0200 |
commit | cddef284e80803cd67345da895481bd0b2575526 (patch) | |
tree | bc16f26c8857d257da0b2650b6d2063b2d8f9c1c /data/live-build-config/hooks/live/10-unmountfs.chroot | |
parent | 2657f076b4bc0e5bc1b989cfb4cb8e8204ecc36c (diff) | |
parent | e9d561ad537ebaa0d5eba5e6413ee1428141bf4a (diff) | |
download | vyos-build-cddef284e80803cd67345da895481bd0b2575526.tar.gz vyos-build-cddef284e80803cd67345da895481bd0b2575526.zip |
Merge pull request #47 from runborg/equuleus
Diffstat (limited to 'data/live-build-config/hooks/live/10-unmountfs.chroot')
-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 \ |