summaryrefslogtreecommitdiffstats
path: root/server/setup/zfs_linux_bringup/chroot-mount.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-04 04:51:26 +0200
committerSven Gothel <[email protected]>2013-06-04 04:51:26 +0200
commit3d29685ac14d29b0f0e49a8401028c74c3e26d7a (patch)
treed12b8fb1f5f4de55000e9c69d20375bffb8c34e7 /server/setup/zfs_linux_bringup/chroot-mount.sh
parentedc22ed546513910e87a93acebece75882be951d (diff)
Add initial Debian 7.00 Server Setup w/ ZFS
Diffstat (limited to 'server/setup/zfs_linux_bringup/chroot-mount.sh')
-rw-r--r--server/setup/zfs_linux_bringup/chroot-mount.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/setup/zfs_linux_bringup/chroot-mount.sh b/server/setup/zfs_linux_bringup/chroot-mount.sh
new file mode 100644
index 0000000..a719301
--- /dev/null
+++ b/server/setup/zfs_linux_bringup/chroot-mount.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+mount --bind /dev /mnt/new/dev
+mount --bind /proc /mnt/new/proc
+mount --bind /sys /mnt/new/sys
+