projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e127c
)
Fix missing tune bootscript installation
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 9 Aug 2014 15:34:13 +0000
(11:34 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 6 Oct 2014 01:48:16 +0000
(21:48 -0400)
stage1/install-bootscripts
patch
|
blob
|
history
diff --git
a/stage1/install-bootscripts
b/stage1/install-bootscripts
index
5b03164
..
b2595f3
100755
(executable)
--- a/
stage1/install-bootscripts
+++ b/
stage1/install-bootscripts
@@
-9,7
+9,7
@@
EOF
# Copying boot scripts
STAGE1_BOOTSCRIPTS="checkfs cleanfs functions halt hostname initlog modules mountfs \
- mountkernfs rc reboot sendsignals swap udev"
+ mountkernfs rc reboot sendsignals swap
tune
udev"
mkdir -p ${LFS}/etc/rc.d/init.d
for bootscript in ${STAGE1_BOOTSCRIPTS}; do
install -v -m755 bootscripts/${bootscript} ${LFS}/etc/rc.d/init.d