mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Implement kernel bootstrap up to building Linux.
This commit is contained in:
parent
5ea8dd3136
commit
ecf99ab08b
52 changed files with 4898 additions and 139 deletions
14
sysa/after2.kaem
Normal file
14
sysa/after2.kaem
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
prefix=/usr
|
||||
bindir=${prefix}/bin
|
||||
|
||||
PATH=${bindir}
|
||||
|
||||
cd sysa
|
||||
|
||||
catm run2-after-fiwix.kaem bootstrap.cfg run-after-fiwix.kaem
|
||||
chmod 755 run2-after-fiwix.kaem
|
||||
|
||||
kaem --file run2-after-fiwix.kaem
|
||||
Loading…
Add table
Add a link
Reference in a new issue