Module Name:    src
Committed By:   roy
Date:           Tue Apr 14 12:14:59 UTC 2020

Modified Files:
        src/distrib/common: zfsroot.rc

Log Message:
We solves the zpool SIGBUS issue by building a threaded libhack.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/common/zfsroot.rc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/common/zfsroot.rc
diff -u src/distrib/common/zfsroot.rc:1.4 src/distrib/common/zfsroot.rc:1.5
--- src/distrib/common/zfsroot.rc:1.4	Tue Feb 25 20:05:10 2020
+++ src/distrib/common/zfsroot.rc	Tue Apr 14 12:14:59 2020
@@ -1,6 +1,6 @@
 #/bin/sh
 #
-#	$NetBSD: zfsroot.rc,v 1.4 2020/02/25 20:05:10 roy Exp $
+#	$NetBSD: zfsroot.rc,v 1.5 2020/04/14 12:14:59 roy Exp $
 
 # Assumption - boot.cfg loads this ramdisk.
 # Assumption - The needed kernel modules: solaris and zfs; are either on this
@@ -19,11 +19,6 @@ export HOME=/
 export PATH=/sbin:/bin:/usr/sbin:/usr/bin
 umask 022
 
-# FIXME XXX Sometimes zpool import gets SIGBUS
-# Ensure that we are in a writable directory to try and capture a coredump
-# Not that we actually get a coredump ....
-cd /tmp
-
 echo "Importing $rpool"
 /sbin/zpool import -f -N "$rpool"
 

Reply via email to