Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
f52eb737
Commit
f52eb737
authored
Jul 07, 2021
by
James T. Lee
Browse files
install: Fix check for fscache
parent
51f30e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
files/scripts/install.sh
files/scripts/install.sh
+1
-1
No files found.
files/scripts/install.sh
View file @
f52eb737
...
@@ -293,7 +293,7 @@ END
...
@@ -293,7 +293,7 @@ END
destructive_cmd udevadm settle
destructive_cmd udevadm settle
destructive_cmd mkswap
-L
"
${
labelname
}
-swap"
"/dev/zvol/
${
zroot
}
/swap"
destructive_cmd mkswap
-L
"
${
labelname
}
-swap"
"/dev/zvol/
${
zroot
}
/swap"
if
grep
"
${
name
}
-fscache"
"
${
img
}
/etc/fstab"
>
/dev/null
;
then
if
grep
"
${
label
name
}
-fscache"
"
${
img
}
/etc/fstab"
>
/dev/null
;
then
task
"Creating fscache..."
task
"Creating fscache..."
destructive_cmd zfs create
-V
2G
"
${
zroot
}
/fscache"
destructive_cmd zfs create
-V
2G
"
${
zroot
}
/fscache"
destructive_cmd udevadm settle
destructive_cmd udevadm settle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment