diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-20 10:27:12 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-20 10:27:12 -0500 |
commit | bb184e13b4806c56e095a1a33c4fc3ea281bdd29 (patch) | |
tree | 35768bdb2283e474004376603b4cab44be2ceeba /chapter9/lfs-bootscripts.sh | |
parent | 057e88552151997d0ffb6f0fd306f5c9830a596e (diff) |
Adjust for systemd specific builds.
Diffstat (limited to 'chapter9/lfs-bootscripts.sh')
-rw-r--r-- | chapter9/lfs-bootscripts.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter9/lfs-bootscripts.sh b/chapter9/lfs-bootscripts.sh deleted file mode 100644 index c019094..0000000 --- a/chapter9/lfs-bootscripts.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -set -e - -make -j1 install |