mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
rc: export default ZPOOL_IMPORT_PATH for #7559
This commit is contained in:
parent
dbb5ffa7e9
commit
701dff45b2
@ -39,7 +39,8 @@ trap "echo 'Boot interrupted'; exit 1" 3
|
||||
HOME=/
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
|
||||
REQUESTS_CA_BUNDLE=/etc/ssl/cert.pem
|
||||
export HOME PATH REQUESTS_CA_BUNDLE
|
||||
ZPOOL_IMPORT_PATH=/dev
|
||||
export HOME PATH REQUESTS_CA_BUNDLE ZPOOL_IMPORT_PATH
|
||||
|
||||
echo "Mounting filesystems..."
|
||||
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
ZPOOL_IMPORT_PATH=/dev
|
||||
export ZPOOL_IMPORT_PATH
|
||||
|
||||
INSTALL="/.probe.for.readonly"
|
||||
MNT="/tmp/hdrescue"
|
||||
SHELL="/bin/sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user