...
ubuntu-standard
ubuntu-minimal
ubuntu-server
curl
net-tools
iputils-ping
net-tools
network-manager
openssh-server
xterm
This is a The pre-built root file-system has limited utilities or packages. Users can use the apt command to install extend the functionality by installing extra utilities or packages from Ubuntu APT servers on the internet. For example, to install iperf3, users can issue the following commands:
Code Block |
---|
sudo apt update sudo apt install iperf3 |
This process can be repeated for any other required packages, ensuring the root file-system meets specific application needs.
The default account and password are: sunplus, sunplus
...
ubuntu-standard
ubuntu-minimal
ubuntu-mate-desktop
curl
iputils-ping
net-tools
openssh-server
oem-config-gtk
This is a The pre-built root file-system has limited utilities or packages. Users can use the apt command to install extend the functionality by installing extra utilities or packages from Ubuntu APT servers on the internet.
The default account and password are: sunplus, sunplus
This root file-system is created using the script located at ‘linux/rootfs/initramfs/ubuntu/make-ubuntu-rootfs.sh’. Users can modify it to pre-install some packages, utilities, or adjust system settings. For example, users can add to run ‘oem-config-prepare' to arrange for 'oem-config-firstboot’ to be run when the system first boots.
Code Block |
---|
# Prepare oem-config to run at first boot
chroot ${UBUNTU_ROOTFS} /usr/sbin/oem-config-prepare |
This is particularly helpful for OEM installations where end-users need to complete the initial setup.
5. Ubuntu XFCE 2020.04
Ubuntu XFCE, also known as Xubuntu, is an official flavor of Ubuntu that features the lightweight XFCE desktop environment. It is designed to provide a fast, stable, and visually appealing user experience, making it an excellent choice for users seeking efficiency and performance, especially on older or less powerful hardware. It consumes less system resources than MATE desktop environment.
...
light-locker
xfce4-screensaver
This is a The pre-built root file-system has limited utilities or packages. Users can use the apt command to install extend the functionality by installing extra utilities or packages from Ubuntu APT servers on the internet.
...