mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
update pass1.kaem
This commit is contained in:
parent
a8df00f21d
commit
6c6ab74a4a
1 changed files with 3 additions and 5 deletions
|
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
TCC_BOOTSTRAP_ALT_PKG=tcc_bootstrap_alt-0.1
|
|
||||||
|
|
||||||
# Check tarball checksums
|
# Check tarball checksums
|
||||||
checksum-transcriber sources
|
checksum-transcriber sources
|
||||||
sha256sum -c sources.SHA256SUM
|
sha256sum -c sources.SHA256SUM
|
||||||
|
|
@ -16,12 +14,12 @@ sha256sum -c sources.SHA256SUM
|
||||||
mkdir src
|
mkdir src
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
ungz --file ${distfiles}/${TCC_BOOTSTRAP_ALT_PKG}.tar.gz --output ${TCC_BOOTSTRAP_ALT_PKG}.tar
|
ungz --file ${DISTFILES}/${pkg}.tar.gz --output ${pkg}.tar
|
||||||
|
|
||||||
untar --non-strict --file ./${TCC_BOOTSTRAP_ALT_PKG}.tar
|
untar --non-strict --file ./${pkg}.tar
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
cd ./${TCC_BOOTSTRAP_ALT_PKG}
|
cd ./${pkg}
|
||||||
/bootstrap-seeds/POSIX/x86/hex0-seed ./x86/hex0_x86.hex0 ./x86/artifact/hex0-seed
|
/bootstrap-seeds/POSIX/x86/hex0-seed ./x86/hex0_x86.hex0 ./x86/artifact/hex0-seed
|
||||||
chmod 755 ./x86/artifact/hex0-seed
|
chmod 755 ./x86/artifact/hex0-seed
|
||||||
/bootstrap-seeds/POSIX/x86/hex0-seed ./x86/kaem-minimal.hex0 ./x86/artifact/kaem-optional-seed
|
/bootstrap-seeds/POSIX/x86/hex0-seed ./x86/kaem-minimal.hex0 ./x86/artifact/kaem-optional-seed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue