From 0139c59f9a75c61f3edfc026e67371f65f1c15c2 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sat, 23 May 2026 12:43:47 +0000 Subject: Woodpecker CI c6e05105528b47a952d5367d5326a349608e456e [SKIP CI] --- docs/index.html | 204 ++++++++++++++++++++++++++++++++++------------- docs/install.html | 190 +++++++++++++++++++++++++++++++------------ docs/networking.html | 190 +++++++++++++++++++++++++++++++------------ docs/packagemanager.html | 190 +++++++++++++++++++++++++++++++------------ docs/readme.html | 204 ++++++++++++++++++++++++++++++++++------------- 5 files changed, 719 insertions(+), 259 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 4436e5ad..5eaa4213 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,84 +7,176 @@
-

docs

- home / docs / ports / development / download / community / donate +

Documentation

This section covers the main parts of Alice Linux: installation, package @@ -94,8 +186,8 @@ management, networking, service supervision, etc.

  • Networking
  • Package Manager
  • -

    -

    Copyright (C) Alice Linux, 2024-2026

    +
    +

    Copyright © Alice Linux, 2024-2026

    diff --git a/docs/install.html b/docs/install.html index f64ff0f9..fc7f3318 100644 --- a/docs/install.html +++ b/docs/install.html @@ -7,84 +7,176 @@
    -

    docs

    - home / docs / ports / development / download / community / donate +

    Install Alice

    Here is a guide to installing Alice Linux on your computer using the chroot method. You can do this from your existing Linux distribution or from a live environment, such as Alice Live or another Linux distribution. Make sure your chosen environment has the necessary partitioning tools, filesystem tools, and extraction tools.

    @@ -286,8 +378,8 @@ Create a symlink from /etc/sv/<service> to /var/service
  • Use revdep to scan for broken libraries and binaries after system upgrades and package removals. You can use revdep -v to print out missing required libraries, and use apkg -f -u $(revdep) to scan and rebuild broken packages.
  • Run updateconf to update config files in /etc after package upgrades.
  • -

    -

    Copyright (C) Alice Linux, 2024-2026

    +
    +

    Copyright © Alice Linux, 2024-2026

    diff --git a/docs/networking.html b/docs/networking.html index 6916045d..17c28dd7 100644 --- a/docs/networking.html +++ b/docs/networking.html @@ -7,84 +7,176 @@
    -

    docs

    - home / docs / ports / development / download / community / donate +

    Networking

    This document describes how to configure networking on Alice Linux using eiwd/wpa_supplicant + udhcpc/dhcpcd.

    @@ -216,8 +308,8 @@ DisablePeriodicScan=true # ln -s /etc/sv/wpa_supplicant /var/service # ln -s /etc/sv/udhcpc /var/service
    -

    -

    Copyright (C) Alice Linux, 2024-2026

    +
    +

    Copyright © Alice Linux, 2024-2026

    diff --git a/docs/packagemanager.html b/docs/packagemanager.html index ca621d1e..b20ba3d0 100644 --- a/docs/packagemanager.html +++ b/docs/packagemanager.html @@ -7,84 +7,176 @@
    -

    docs

    - home / docs / ports / development / download / community / donate +

    Package Manager

    In Alice, two package manager are used, spm and autils. And why two package manager? spm was written for generic package manager for linux distribution. And autils is written specifically for Alice and requires spm in order to install, remove and update packages while managing conflicts. The command apkg (part of autils) is used to fetch and build packages from ports and their abuild files.

    @@ -390,8 +482,8 @@ $ apkg-redundantdeps (remove redundant dependencies for depends list) $ apkg-redundantdeps -f -

    -

    Copyright (C) Alice Linux, 2024-2026

    +
    +

    Copyright © Alice Linux, 2024-2026

    diff --git a/docs/readme.html b/docs/readme.html index 54fed867..6634c9d8 100644 --- a/docs/readme.html +++ b/docs/readme.html @@ -7,90 +7,182 @@
    -

    docs

    - home / docs / ports / development / download / community / donate +

    Documentation

    This section covers the main parts of Alice Linux: installation, package management, networking, service supervision, etc.

    -

    -

    Copyright (C) Alice Linux, 2024-2026

    +
    +

    Copyright © Alice Linux, 2024-2026

    -- cgit v1.2.3