diff options
author | Sven Gothel <[email protected]> | 2013-06-04 19:37:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-04 19:37:29 +0200 |
commit | 29391e7aedaa17779069305872dd3196c929f65f (patch) | |
tree | 248c40a882b94641bcba39176b0e2b448d914731 /server/setup/01-zfs_linux_bringup/chroot-mount.sh | |
parent | 4f170e86e6e650df9a20166b18ebc7729d14ca47 (diff) |
rename folder dirs w/ numeric prefix, indicating order of steps to perform.
Diffstat (limited to 'server/setup/01-zfs_linux_bringup/chroot-mount.sh')
-rw-r--r-- | server/setup/01-zfs_linux_bringup/chroot-mount.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/setup/01-zfs_linux_bringup/chroot-mount.sh b/server/setup/01-zfs_linux_bringup/chroot-mount.sh new file mode 100644 index 0000000..a719301 --- /dev/null +++ b/server/setup/01-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 + |