rc: export default ZPOOL_IMPORT_PATH for #7559

This commit is contained in:
Franco Fichtner 2024-08-01 12:52:28 +02:00
parent dbb5ffa7e9
commit 701dff45b2
2 changed files with 5 additions and 1 deletions

View File

@ -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..."

View File

@ -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"