mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
Add early preseed
Speeds up development cycle, allows for the pre-kaem stages to be extracted as a tarball
This commit is contained in:
parent
d91deb50c9
commit
6f76fd2071
4 changed files with 48 additions and 3 deletions
25
sysa/after-preseeded.kaem
Executable file
25
sysa/after-preseeded.kaem
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2020-2022 fosslinux <fosslinux@aussies.space>
|
||||
# SPDX-FileCopyrightText: 2022 Dor Askayo <dor.askayo@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
set -ex
|
||||
|
||||
# Set commonly used variables
|
||||
sysa=/sysa
|
||||
distfiles=/sysa/distfiles
|
||||
prefix=/usr
|
||||
bindir=${prefix}/bin
|
||||
libdir=${libdir}/mes
|
||||
incdir=${prefix}/include
|
||||
srcdir=${prefix}/src
|
||||
TMPDIR=/tmp # tmpdir is needed for patch to work
|
||||
PATH=${bindir}
|
||||
|
||||
cd ${sysa}
|
||||
|
||||
exec bash run.sh
|
||||
7
sysa/base-preseeded.kaem
Normal file
7
sysa/base-preseeded.kaem
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
/usr/bin/kaem -f /sysa/after-preseeded.kaem
|
||||
Loading…
Add table
Add a link
Reference in a new issue