diff options
Diffstat (limited to 'server/setup/01-zfs_linux_bringup/chroot-chroot.sh')
-rw-r--r-- | server/setup/01-zfs_linux_bringup/chroot-chroot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/setup/01-zfs_linux_bringup/chroot-chroot.sh b/server/setup/01-zfs_linux_bringup/chroot-chroot.sh new file mode 100644 index 0000000..2786bca --- /dev/null +++ b/server/setup/01-zfs_linux_bringup/chroot-chroot.sh @@ -0,0 +1,3 @@ +#! /bin/sh +chroot /mnt/new /bin/bash + |