aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10/linux.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-12-11 00:52:08 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2021-12-11 00:52:08 -0600
commit2c8204d6325a1a6607392d5905227b9043da17cc (patch)
tree5a2d9047d0a3fb5664c17284b92c6e572507d062 /chapter10/linux.sh
parentf699702e72de8200632cfb95350ad51bb68c4b6f (diff)
Major updates.
Diffstat (limited to 'chapter10/linux.sh')
-rw-r--r--chapter10/linux.sh26
1 files changed, 13 insertions, 13 deletions
diff --git a/chapter10/linux.sh b/chapter10/linux.sh
index 143c692..6bfaceb 100644
--- a/chapter10/linux.sh
+++ b/chapter10/linux.sh
@@ -1,13 +1,13 @@
-#!/bin/bash
-
-make mrproper &&
-cp -v ../kernelconfig .config &&
-yes "" | make oldconfig &&
-make "${MAKEFLAGS}" &&
-make modules_install &&
-cp -iv arch/x86_64/boot/bzImage /boot/linux-"${VERSION}" &&
-cp -iv System.map /boot/System.map-"${VERSION}" &&
-cp -iv .config /boot/config-"${VERSION}" &&
-
-install -dv /usr/share/doc/linux-"${VERSION}" &&
-cp -rv Documentation/* /usr/share/doc/linux-"${VERSION}"
+#!/bin/bash
+
+make mrproper &&
+cp -v ../kernelconfig .config &&
+yes "" | make oldconfig &&
+make "${MAKEFLAGS}" &&
+make modules_install &&
+cp -iv arch/x86_64/boot/bzImage /boot/linux-"${VERSION}" &&
+cp -iv System.map /boot/System.map-"${VERSION}" &&
+cp -iv .config /boot/config-"${VERSION}" &&
+
+install -dv /usr/share/doc/linux-"${VERSION}" &&
+cp -rv Documentation/* /usr/share/doc/linux-"${VERSION}"