rootfs.py refactoring.

Switch to bzip2 packages
Move most of the preprocessing done by rootfs.py
into kaem and bash scripts inside live-bootstrap.
This commit is contained in:
Andrius Štikonas 2022-04-13 00:08:29 +01:00
parent 79c47f21ff
commit 5b032cb46c
47 changed files with 276 additions and 274 deletions

View file

@ -6,6 +6,11 @@
set -e
# Prepare sysc directory structure
mkdir -p /usr/src
mv run*.sh /usr/src
mv /*-* /usr/src # build scripts
# Begin sysc bootstrapping process
cd /usr/src
exec ./run.sh