mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +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
|
|
@ -18,6 +18,9 @@ cp files/mescc.scm ${bindir}/
|
|||
chmod 755 ${bindir}/mescc.scm
|
||||
|
||||
# Unpack
|
||||
mkdir src
|
||||
cp ${sources}/${NYACC_PKG}.tar.gz src/
|
||||
cp ${sources}/${MES_PKG}.tar.gz src/
|
||||
cd src
|
||||
ungz ${NYACC_PKG}.tar.gz
|
||||
untar ${NYACC_PKG}.tar
|
||||
|
|
@ -284,5 +287,5 @@ cp include/sys/user.h ${incdir}/sys/user.h
|
|||
cp include/sys/wait.h ${incdir}/sys/wait.h
|
||||
|
||||
# Checksums
|
||||
cd ${sources}/${MES_PKG}
|
||||
cd ${sysa}/${MES_PKG}
|
||||
sha256sum -c checksums
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue