From d023769271c7f24fe1afaad8d94451afbd2c5dc0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 26 Jan 2020 16:58:02 +0300 Subject: baselayout: revert previous change --- core/baselayout/build | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/baselayout/build') 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 -- cgit v1.2.3