diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-29 16:50:49 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-29 16:50:49 +0000 |
commit | 707e4a8b50f567dbbb740a067a0609c12159379f (patch) | |
tree | e33dbc72026366994db1dcf56ecef8d3d6fc5f7e /zfs | |
parent | update (diff) | |
download | scripts-707e4a8b50f567dbbb740a067a0609c12159379f.tar.gz scripts-707e4a8b50f567dbbb740a067a0609c12159379f.zip |
bunch of updates
Diffstat (limited to 'zfs')
-rwxr-xr-x | zfs/import.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zfs/import.sh b/zfs/import.sh index 25efb71..3d49e7a 100755 --- a/zfs/import.sh +++ b/zfs/import.sh @@ -8,5 +8,6 @@ mount | grep mnt sudo mount -t proc proc /mnt/proc sudo mount -t sysfs sys /mnt/sys sudo mount -B /dev /mnt/dev -sudo mount -t devpts pts /mnt/dev/pts +# sudo mount -t devpts pts /mnt/dev/pts +sudo mount -t devpts none /mnt/dev/pts -o ptmxmode=0666,newinstance sudo chroot /mnt /bin/bash |