Added some installer scripts for manual setup of local VBox environment running Debian Jessie
This commit is contained in:
7
debian_installer/setup_debian_5_mount_shared_folder.sh
Normal file
7
debian_installer/setup_debian_5_mount_shared_folder.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
echo "Mount Shared Folder..."
|
||||
mkdir /home/debian/codeocean_host
|
||||
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 codeocean /home/debian/codeocean_host
|
||||
|
||||
# Enable automount during startup
|
||||
sudo sh -c 'echo "sudo mount -t vboxsf -o rw,uid=1000,gid=1000 codeocean /home/debian/codeocean_host" >> /home/debian/.bashrc '
|
||||
echo "Done"
|
Reference in New Issue
Block a user