~comcloudway/cushion

f05972ada2678cfd108b56871035002df56acef1 — Jakob Meier 1 year, 2 months ago cc56a92
Adjusted links for tag 10
2 files changed, 4 insertions(+), 2 deletions(-)

M README.org
M scripts/setup-sys.sh
M README.org => README.org +3 -2
@@ 84,6 84,7 @@ apk add git
# clone this repo & the theme/icon submodules
git clone https://codeberg.org/comcloudway/cushion --depth 2
cd cushion
git checkout 10
# Package the overlay
tar -C overlay -czf cushion.apkovl.tar.gz .
# extract the overlay onto the root


@@ 92,7 93,7 @@ tar -xvzf cushion.apkovl.tar.gz -C /
Alternatively, you could use the [[./scripts/setup-sys.sh][script in this repo]],
which does exactly the same:
#+begin_src bash
curl https://codeberg.org/comcloudway/cushion/raw/branch/main/scripts/setup-sys.sh | sh -
curl https://codeberg.org/comcloudway/cushion/raw/tag/10/scripts/setup-sys.sh | sh -
#+end_src
But keep in mind,
that running scripts over the network might be potentially dangerous.


@@ 109,7 110,7 @@ The system itself will run from tmpfs (RAM).
#+end_quote

The system doesn't remember any changes made,
unless they were commited using the ~lbu~ [[https://wiki.alpinelinux.org/wiki/Alpine_local_backup][Backup Utility]].
unless they were committed using the ~lbu~ [[https://wiki.alpinelinux.org/wiki/Alpine_local_backup][Backup Utility]].

*** Requirements
As pointed out by the quote above, the system runs from ~tmpfs~ (RAM).

M scripts/setup-sys.sh => scripts/setup-sys.sh +1 -0
@@ 6,6 6,7 @@ apk add git
# clone this repo & the theme/icon submodules
git clone https://codeberg.org/comcloudway/cushion --depth 2
cd cushion
git checkout 10

# Package the overlay
tar -C overlay -czf cushion.apkovl.tar.gz .