aboutsummaryrefslogtreecommitdiff
path: root/core/baselayout/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/baselayout/build')
-rwxr-xr-xcore/baselayout/build3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/baselayout/build b/core/baselayout/build
index a6b66a5c..91aff2ca 100755
--- a/core/baselayout/build
+++ b/core/baselayout/build
@@ -53,9 +53,6 @@ for f in fstab group host.conf hosts issue keymap os-release \
install -m 644 "$f" "$1/etc"
done
-# Install installkernel
-install -Dm755 installkernel "$1/usr/bin/installkernel"
-
for f in crypttab shadow; do
install -m 600 "$f" "$1/etc"
done