Ubuntu VirtualBox Guest Additions and Custom LiveCD
Some quick notes for myself:
Ubuntu VirtualBox Guest Additions
Ubuntu VirtualBox Guest Additions
- Install VirtualBox guest additions
- Create virtual machine shared folder
- Add virtual machine Ubuntu user to vboxsf group `sudo usermod -a -G vboxsf username`
- Logout/restart
Creating Ubuntu Custom LiveCD
- Add Cubic repository `sudo apt-add-repository ppa:cubic-wizard/release`
- Install Cubic `sudo apt install cubic`
- Run Cubic and point to default ISO downloaded from www.ubuntu.com
- Install any additional packages needed
- Finish customizing ISO image
For the more adventurous who want to create a LiveCD from scratch: https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
Comments
Post a Comment