diff options
Diffstat (limited to 'core/baselayout/build')
-rwxr-xr-x | core/baselayout/build | 3 |
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 |