Revision 14026
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/config/VirtualBox_VMs/vegbiendev/README.TXT | ||
---|---|---|
84 | 84 |
# at "This will delete the current public schema of your VegBIEN DB", type y and press ENTER |
85 | 85 |
# } |
86 | 86 |
|
87 |
to install system updates: |
|
88 |
# boot the VM |
|
89 |
# when asked whether to skip mounting, press S |
|
90 |
sudo apt-get update |
|
91 |
sudo apt-get dist-upgrade |
|
92 |
sudo halt |
|
93 |
# at "System halted", close the VM and *uncheck* Restore current snapshot |
|
94 |
# create a VM snapshot named "+system updates" |
|
95 |
# boot the VM |
|
96 |
# when asked whether to skip mounting, press S |
|
97 |
# create a VM snapshot named "booted" |
|
98 |
|
|
87 | 99 |
to enable VM to access VirtualBox shared folders: |
88 | 100 |
(currently doesn't work, likely because of a bug in VirtualBox Guest Additions when installed on something other than a clean Linux install) |
89 | 101 |
sudo sed --in-place -r 's/^vboxsf:.*:$/&aaronmk/' /etc/group |
Also available in: Unified diff
config/VirtualBox_VMs/vegbiendev/README.TXT: added instructions to install system updates