Is there a guide to install Ubuntu Base?
Id like to set up Ubuntu Base 20.04 http://cdimage.ubuntu.com/ubuntu-base/releases/20.04/release/
Is there a guide to install Ubuntu Base?
Id like to set up Ubuntu Base 20.04 http://cdimage.ubuntu.com/ubuntu-base/releases/20.04/release/
The guide is at https://wiki.ubuntu.com/Base
Deploying Base Requirements
- Ubuntu Base rootfs
- Linux kernel for target device
- Boot-loader for target device
Procedure:
- Format target media: at least one partition should be ext2, ext3, or ext4
- Unpack Ubuntu Base to ext{2,3,4} partition
- Install boot-loader
- Install Linux
- Add a local user and password for the user, then add the user to the adm and sudo groups
- If the Linux kernel requires modules, add these to /lib/modules/$(uname -r) in the ext{2,3,4} file system
- Boot the target device
- Install any additional required software using apt-get