mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix kaem patch
This commit is contained in:
parent
39e0a366be
commit
a527dae4bd
3 changed files with 6 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -16,3 +16,6 @@
|
|||
[submodule "sysa/tcc-0.9.26p1"]
|
||||
path = sysa/tcc-0.9.26p1
|
||||
url = https://gitlab.com/janneke/tinycc
|
||||
[submodule "sysa/mescc-tools-patched"]
|
||||
path = sysa/mescc-tools-patched
|
||||
url = https://github.com/oriansj/mescc-tools
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ sudo mount -t tmpfs -o size=8G tmpfs tmp
|
|||
# base: mescc-tools-seed
|
||||
# copy in all the mescc-tools-seed stuff
|
||||
cp -r mescc-tools-seed/x86/* tmp
|
||||
cp -r mescc-tools-seed/{M2-Planet,mes-m2,mescc-tools} tmp/
|
||||
cp -r mescc-tools-seed/{M2-Planet,mes-m2} tmp/
|
||||
cp -r mescc-tools-patched tmp/mescc-tools
|
||||
# and the kaem seed
|
||||
cp ../bootstrap-seeds/POSIX/x86/kaem-optional-seed tmp/init
|
||||
cp ../bootstrap-seeds/POSIX/x86/kaem-optional-seed tmp/
|
||||
|
|
@ -23,11 +24,6 @@ cp -r ../bootstrap-seeds tmp/
|
|||
# replace the init kaem with our own custom one
|
||||
mv tmp/kaem.run tmp/mescc-tools-seed.kaem.run
|
||||
cp base.kaem.run tmp/kaem.run
|
||||
# checkout new version of mescc-tools
|
||||
pushd tmp/mescc-tools
|
||||
git fetch
|
||||
git checkout 5768b2a79036f34b9bd420ab4801ad7dca15dff8
|
||||
popd
|
||||
# create directories needed
|
||||
mkdir tmp/bin
|
||||
|
||||
|
|
|
|||
1
sysa/mescc-tools-patched
Submodule
1
sysa/mescc-tools-patched
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5768b2a79036f34b9bd420ab4801ad7dca15dff8
|
||||
Loading…
Add table
Add a link
Reference in a new issue