aboutsummaryrefslogtreecommitdiff
path: root/core/baselayout/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-10 23:30:19 +0300
committerCem Keylan <cem@ckyln.com>2020-01-10 23:30:19 +0300
commit5ca15c7f2c277ecdfe8c4a43bd4fdd1c5d56e86c (patch)
tree82428f8fb655ca431d0a0ea85b2bf7b7d6a72a7f /core/baselayout/build
parentcaf0c3f0af4ec61f8cf159c9b8e6cf100636716a (diff)
downloadrepository-5ca15c7f2c277ecdfe8c4a43bd4fdd1c5d56e86c.tar.gz
baselayout: add installkernel
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