File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ <h1>Credits</h1>
691
691
< tbody valign ="top ">
692
692
< tr class ="field "> < th class ="field-name "> Author:</ th > < td class ="field-body "> Chris Magyar</ td >
693
693
</ tr >
694
- < tr class ="field "> < th class ="field-name "> Version:</ th > < td class ="field-body "> 1.1.5-3 </ td >
694
+ < tr class ="field "> < th class ="field-name "> Version:</ th > < td class ="field-body "> 1.1.6 </ td >
695
695
</ tr >
696
696
< tr class ="field "> < th class ="field-name "> License:</ th > < td class ="field-body "> GPL 3.0</ td >
697
697
</ tr >
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ by several inquisitive `forum posts`_.
186
186
Chris Magyar
187
187
188
188
:Version:
189
- 1.1.5-3
189
+ 1.1.6
190
190
191
191
:License:
192
192
GPL 3.0
Original file line number Diff line number Diff line change 1
- .TH RAMROOT 8 "November 2017" "ramroot 1.1.5 " "Ramroot Manual"
1
+ .TH RAMROOT 8 "November 2017" "ramroot 1.1.6 " "Ramroot Manual"
2
2
.SH NAME
3
3
ramroot \- load root filesystem entirely to RAM during boot
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 2
2
# #============================== ramroot ===============================##
3
3
# Copyright (C) 2018 Chris Magyar GNU General Public License v3 #
4
4
# #========================================================================##
5
- version=" 1.1.5 "
5
+ version=" 1.1.6 "
6
6
7
7
print_help () {
8
8
cat << 'HELPDOC '
@@ -181,10 +181,8 @@ ramroot_enable() {
181
181
sed -i ' 73i\ echo -e "\\e[0;30m"; clear' hooks/ramroot
182
182
sed -i ' 114i\ echo -e "\\E[H\\E[2J\\E[0;30m\\E[?1c" \\' \
183
183
hooks/ramroot
184
- sed -i ' 115i\ > /zram_root/etc/issue' \
185
- hooks/ramroot
186
- sed -i ' 116i\ chmod +x /zram_root/etc/issue' \
187
- hooks/ramroot
184
+ sed -i ' 115i\ > /zram_root/etc/issue' hooks/ramroot
185
+ sed -i ' 116i\ chmod +x /zram_root/etc/issue' hooks/ramroot
188
186
fi
189
187
# FAIL: ramroot hooks not built:
190
188
if [ ! -f hooks/ramroot ] || [ ! -f install/ramroot ]; then
You can’t perform that action at this time.
0 commit comments