mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
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:
parent
79c47f21ff
commit
5b032cb46c
47 changed files with 276 additions and 274 deletions
|
|
@ -20,11 +20,13 @@ TCC_PKG=tcc-0.9.26-1136-g5bba73cc
|
|||
MES_PKG=mes-0.23
|
||||
|
||||
# Unpack
|
||||
mkdir src
|
||||
cp ${sources}/${TCC_TAR}.tar.gz src
|
||||
cd src
|
||||
ungz ${TCC_TAR}.tar.gz
|
||||
untar ${TCC_TAR}.tar
|
||||
|
||||
cp ../../mes-0.23/src/mes-0.23.tar.gz mes-0.23.tar.gz
|
||||
cp ${sources}/mes-0.23.tar.gz mes-0.23.tar.gz
|
||||
ungz mes-0.23.tar.gz
|
||||
untar mes-0.23.tar
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue