From 6d4f53bfb3f4e1f99e9cea3b7b766268b9ee1225 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 8 Jun 2023 09:06:23 -0400 Subject: [PATCH] update install.html and index.html --- index.html | 54 ++++++++++++++++++++++++++++++++++++++++------------ install.html | 45 +++++++++++++++++++++---------------------- 2 files changed, 64 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index 5806ab4..04bdbf9 100644 --- a/index.html +++ b/index.html @@ -26,23 +26,31 @@

Everest Linux

A highly flexible, general purpose meta-distribution, built off of the monolithic Linux kernel and Glacier package manager.

-

Why Everest?

- Simple:

Everest strives to be simple by design, coming with no pre-installed bloatware or spyware. Everest follows the UNIX philosophy whenever possible,

-

and tries to avoid including large programs in its base system.

+

Advantages of Everest

+ Simple:

Everest strives to be simple by design, coming with no pre-installed bloatware or spyware. Everest follows the UNIX philosophy whenever possible, and tries to avoid including large programs in its base system.

Stable:

Everest is designed to be as stable as possible. All base system programs are statically linked, and can be updated with git-controlled root filesystems.

- Fast:

Glacier downloads program source code and compiles it locally on your system. The end result is an extremely fast and optimized package. Simply define

-

CFLAGS, CXXFLAGS, and MAKEFLAGS, and you're ready to go.

+ Fast:

Glacier downloads program source code and compiles it locally on your system. The end result is an extremely fast and optimized package. Simply define CFLAGS, CXXFLAGS, and MAKEFLAGS, and you're ready to go.

Lightweight:

Everest uses Busybox for its userland tools and init system, and musl for its standard C library. All of these tools are designed to be as lightweight as possible.

- Flexible:

Everest supports highly customized installations. Want to replace Busybox init with systemd, openrc, runit, dinit, or s6? Or replace musl with uClibc or Glibc? All of these are

-

possible, and encouraged.

-

Ready to try Everest?

-

Read the installation guide here.

+ Flexible:

Everest supports highly customized installations. Want to replace Busybox init with systemd, openrc, runit, dinit, or s6? Or replace musl with uClibc or Glibc? All of these are possible, and encouraged.

+

Try Everest

+

News

+ 6/8/23 - New Everest logo +
+

The Everest logo has been slightly redesigned. This includes a darker color palette.

+
+

4/25/23 - Announcing Glacier v4

Glacier v4 is another complete overhaul of Glacier. This new release includes dependency resolution, multiple downloads, and a new, concise package format.

Since Glacier v4 uses a completely different package format, it is thus incompatible with all previous releases.

No time estimate has been given for this release.

+ WARNING: +
+

Glacier v4 is highly unstable and experimental. Use at your own risk.

+

2/1/23 - Manual intervention required for /etc/glacier.conf @@ -60,7 +68,7 @@

A system image is coming together. This includes the toolchain We are still ironing out issues with Busybox's wget implementation, which fails to support https.

- 11/1/22 - System image builts have begun + 11/1/22 - System image builds have begun

Today, the team has begun compiling system images. All programs have compiled correctly, with the exception of the system toolchain. This is a very important component, and the system cannot function without it.

@@ -90,8 +98,30 @@

5/31/22 - Glacier v2 is released
-

Glacier v2 has been released. This version provides several improvements to the codebase, such as compressing everything to a single executable,

-

and removing the whole "enter package name" scheme.

+

Glacier v2 has been released. This version provides several improvements to the codebase, such as condensing everything to a single executable.

+
+

+ 4/20/22 - Glacier v1 is released +
+

Glacier has released a stable point in its development.

+

In addition, color and unicode support has been added.

+
+

+ 4/5/22 - Glacier v0.6rc +
+

The package format has been updated to include timestamping capabilities.

+

These timestamps will be queried along with a package.

+
+

+ 3/28/22 - Glacier v0.5rc +
+

Added a proper cleanup operation after a transaction finishes.

+

Additionally, caching support has been added.

+
+

+ 3/10/22 - Glacier v0.2rc +
+

Added proper error handling.