aboutsummaryrefslogtreecommitdiff
path: root/cem/linux/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-08 13:09:52 +0300
committerCem Keylan <cem@ckyln.com>2020-05-08 13:09:52 +0300
commit67596087b9654e7503e55d59dd6b7d60c86ea359 (patch)
tree1715cd241d9e8cea5d30ff21fb205f1169a384dd /cem/linux/build
parentc09b827a5f1d8b26bb172988e7311b9893b48a24 (diff)
downloadrepository-67596087b9654e7503e55d59dd6b7d60c86ea359.tar.gz
move out of the 'cem' directory
Diffstat (limited to 'cem/linux/build')
-rwxr-xr-xcem/linux/build6
1 files changed, 0 insertions, 6 deletions
diff --git a/cem/linux/build b/cem/linux/build
deleted file mode 100755
index 8c4429e..0000000
--- a/cem/linux/build
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-make -j "$(nproc)"
-install -Dm644 System.map "$1/boot/System.map"
-install -Dm644 .config "$1/boot/Config"
-install -Dm644 arch/x86/boot/bzImage "$1/boot/vmlinuz-linux-z"