mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 05:32:11 +00:00
Legacy lite iso defconfig (#428)
* Created minimal i586 compatible defconfig * Refined minimal i586 defconfig, and added missing shell interpreter
This commit is contained in:
1
board/shredos/kernel-6.6.22-defconfig.config
Symbolic link
1
board/shredos/kernel-6.6.22-defconfig.config
Symbolic link
@@ -0,0 +1 @@
|
||||
kernel-defconfig
|
||||
12
board/shredos/post-build.sh
Executable file
12
board/shredos/post-build.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
TARGET_DIR="$1"
|
||||
|
||||
# häufige Pfade
|
||||
rm -rf \
|
||||
"$TARGET_DIR/usr/lib/kselftests" \
|
||||
"$TARGET_DIR/usr/libexec/kselftests" \
|
||||
"$TARGET_DIR/usr/share/kselftests" \
|
||||
"$TARGET_DIR/kselftests" \
|
||||
"$TARGET_DIR/opt/kselftests" || true
|
||||
Reference in New Issue
Block a user