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, 3 insertions, 0 deletions
diff --git a/core/baselayout/build b/core/baselayout/build
index 91aff2ca..a6b66a5c 100755
--- a/core/baselayout/build
+++ b/core/baselayout/build
@@ -53,6 +53,9 @@ 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