From 900aa3884ef5b67288c5bc1f36c438379e105341 Mon Sep 17 00:00:00 2001 From: GrabbenD Date: Thu, 21 Sep 2023 14:54:29 +0200 Subject: [PATCH] Added revert command explanation --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21c898c..ce57eb1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ My vision is to build a secure and minimal base system which is resilent against - Read-only system files. - Restore points. - Automatic deployment, installation & configuration. -- Using only required components like kernel/firmware/driver, microcode and GGC. +- Using only required components like kernel/firmware/driver, microcode and GGC in the base. - Doing the rest in temporary namespaces like Podman. ### Goal @@ -47,7 +47,7 @@ My vision is to build a secure and minimal base system which is resilent against - Distribution agnostic toolset. - Configuration management. - Rootfs creation via containers. -- Each deployment does a factory reset of system files (unless overridden). +- Each deployment does a factory reset of system files _(unless overridden)_. ### Similar projects @@ -95,7 +95,7 @@ My vision is to build a secure and minimal base system which is resilent against $ sudo ./ostree.sh install --dev scsi-360022480c22be84f8a61b39bbaed612f ``` - 💡 Update your BIOS boot order to access the installation. + ⚙️ Update your BIOS boot order to access the installation. 💡 Default login is: `root` / `ostree` @@ -111,6 +111,8 @@ My vision is to build a secure and minimal base system which is resilent against 6. **Revert to previous commit:** + To revert the latest _(0)_ deployment, boot into the previous configuration _(1)_ and execute: + ```console $ sudo ./ostree.sh revert ```