https://github.com/maximebories/ubuntu-minimal
https://github.com/maximebories/ubuntu-minimal
bash linux ubuntu
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximebories/ubuntu-minimal
- Owner: maximebories
- Created: 2017-07-29T12:25:52.000Z (almost 9 years ago)
- Default Branch: artful
- Last Pushed: 2021-11-06T13:22:30.000Z (over 4 years ago)
- Last Synced: 2025-08-23T19:25:28.620Z (11 months ago)
- Topics: bash, linux, ubuntu
- Language: Shell
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu Minimal Installation
This is my personnal script to set up a minimal Ubuntu workstation.

## Requirement
- Ubuntu installed with the [minimal image](https://help.ubuntu.com/community/Installation/MinimalCD)
### Minimal Image Installation
The minimal installation image necessitates a direct internet connection. If your network adapter driver is missing or you are behind a complex proxy, you can use VirtualBox to go through the installation process on a virtual machine. The resulting virtual hard drive image can be converted with:
$ VBoxManage internalcommands converttoraw VirtualBox/mini/mini.vdi mini.img
This image can be transferred directly to a bootable partition:
$ sudo dd if=mini.img of=/dev/sdX
## Usage
Once the minimal image is installed, login and run as root:
$ sudo ./setup.sh