Use of a Linux initramfs to fully automate the bootstrapping process
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu> |
|
# |
|
# SPDX-License-Identifier: GPL-3.0-or-later |
|
|
|
src_prepare() { |
|
default |
|
|
|
cp lib/regex_.h lib/regex.h |
|
touch config.h |
|
} |
|
|
|
src_install() { |
|
default |
|
}
|
|
|