diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-26 16:58:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-26 16:58:02 +0300 |
commit | d023769271c7f24fe1afaad8d94451afbd2c5dc0 (patch) | |
tree | d2f2a1a8be49325c4f75a2f3d3517009121f1817 /core/baselayout/build | |
parent | 6a412a510af1c0f2d2dee485a8c3ae133ad66e8d (diff) | |
download | repository-d023769271c7f24fe1afaad8d94451afbd2c5dc0.tar.gz |
baselayout: revert previous change
Diffstat (limited to 'core/baselayout/build')
-rwxr-xr-x | core/baselayout/build | 3 |
1 files changed, 0 insertions, 3 deletions
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 |