From 5ca15c7f2c277ecdfe8c4a43bd4fdd1c5d56e86c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 10 Jan 2020 23:30:19 +0300 Subject: baselayout: add installkernel --- core/baselayout/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/baselayout/build') 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 -- cgit v1.2.3