Changes between Version 1 and Version 2 of Setup_Jail
- Timestamp:
- Jan 8, 2008 10:17:04 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Setup_Jail
v1 v2 44 44 }}} 45 45 46 Install VirtualBox (I'm presuming you've already built modules outside of the chroot environment using m-a auto-install virtualbox-ose, which will pull virtualbox-ose-source out of apt and build the modules for you):46 Install !VirtualBox (I'm presuming you've already built modules outside of the chroot environment using m-a auto-install virtualbox-ose, which will pull virtualbox-ose-source out of apt and build the modules for you): 47 47 {{{ 48 48 sudo touch /etc/init.d/udev … … 102 102 }}} 103 103 104 At this juncture VirtualBox should work when launched from the 64-bit chroot environment and provide bridged access to the VM.104 At this juncture !VirtualBox should work when launched from the 64-bit chroot environment and provide bridged access to the VM. 105 105 106 Oh yeah, you'll also want to add root into the vboxusers group, since that's what VirtualBox will actually run as:106 Oh yeah, you'll also want to add root into the vboxusers group, since that's what !VirtualBox will actually run as: 107 107 {{{ 108 108 sudo adduser root vboxusers