mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Build kexec-linux later as a package for musl lib calls instead of asm.
This commit is contained in:
parent
8604871997
commit
0d4394aa0d
8 changed files with 28 additions and 42 deletions
15
sysa/kexec-linux-1.0.0/kexec-linux-1.0.0.sh
Executable file
15
sysa/kexec-linux-1.0.0/kexec-linux-1.0.0.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
# SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
|
||||
# SPDX-License-Identifier: MIT
|
||||
src_get() {
|
||||
:
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
dirname=kexec-linux-1.0.0
|
||||
mkdir ${dirname}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install -D "kexec-linux" "${DESTDIR}${PREFIX}/bin/kexec-linux"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue