Skip to content

AvaotaOS is our official supported operating system.

Notifications You must be signed in to change notification settings

SeeleVolleri/AvaotaOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AvaotaOS Build Framework

main.png

Info

username: avaota
password: avaota

username: root
password: avaota

Prebuilt Download

You can download prebuilt images from the releases section.

The format of the prebuilt image file is UBUNTU_VERSION-SYS_TYPE-ARCH-BOARD.img.xz.

How to Build

  1. Clone the AvaotaOS repository:
git clone --depth=1 https://github.com/AvaotaSBC/AvaotaOS && cd AvaotaOS
  1. Run the build script:
sudo ./build_all.sh

Alternatively, you can provide build parameters:

sudo ./build_all.sh \
    -b <BOARD> \
    -m <MIRROR> \
    -v <SYSTEM_DISTRO> \
    -t <SYS_TYPE> \
    -u <SYS_USER> \
    -p <USER_PASSWORD> \
    -s <ROOT_PASSWORD> \
    -k <IF_MENUCONFIG> \
    -i <GITHUB_MIRROR> \
    -o <KERNEL_ONLY> \
    -e <USE_CCACHE>

Build Parameters

  • BOARD: avaota-a1

  • SYSTEM_DISTRO:

    1. Ubuntu-22.04: jammy
    2. Ubuntu-24.04: noble
    3. Debian-12: bookworm
    4. Debian-13: trixie
  • MIRROR:

    • Example: http://ports.ubuntu.com
    • Example: http://deb.debian.org/debian
    • Example: https://mirrors.ustc.edu.cn/ubuntu-ports
    • Example: https://mirrors.ustc.edu.cn/debian
  • SYS_TYPE:

    1. cli
    2. xfce
    3. gnome
    4. kde
    5. lxqt
  • SYS_USER: (default: avaota)

  • USER_PASSWORD: (default: avaota)

  • ROOT_PASSWORD: (default: avaota)

  • KERNEL_MENUCONFIG:

    1. yes
    2. no
  • LOCAL:

    • Don't fetch and update kernel, u-boot/syterkit from git sources.
    • Do not set to "yes" on the first run!
    1. yes
    2. no
  • GITHUB_MIRROR:

    • Example: https://mirror.ghproxy.com
  • KERNEL_ONLY: (Only build kernel packages)

      1. yes
      1. no
  • USE_CCACHE:

      1. yes
      1. no

Example:

sudo bash build_all.sh \
    -b avaota-a1 \
    -m https://mirrors.ustc.edu.cn/ubuntu-ports \
    -v jammy \
    -t cli \
    -u avaota \
    -p avaota \
    -s avaota \
    -k no \
    -i no \
    -o no \
    -e no

About

AvaotaOS is our official supported operating system.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.6%
  • Shell 6.6%
  • GLSL 3.5%
  • M4 1.1%
  • Makefile 0.2%