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
6e8fdbbe
Commit
6e8fdbbe
authored
Jul 07, 2021
by
James T. Lee
Browse files
install: Speed up rsync
parent
7b8376c2
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 @
6e8fdbbe
...
@@ -318,7 +318,7 @@ if [[ $shell ]]; then
...
@@ -318,7 +318,7 @@ if [[ $shell ]]; then
fi
fi
task
"Copying image..."
task
"Copying image..."
cmd rsync
--archive
--delete
--hard-links
--info
=
progress2
"
${
img
}
/"
"
$target
"
cmd rsync
--archive
--delete
--hard-links
--info
=
progress2
"
root@falcon:
${
img
}
/"
"
$target
"
task
"Installing bootloader..."
task
"Installing bootloader..."
chroot_cmd puppet agent
--onetime
--verbose
--no-daemonize
--no-splay
--show_diff
--tags
nest::base::bootloader
chroot_cmd puppet agent
--onetime
--verbose
--no-daemonize
--no-splay
--show_diff
--tags
nest::base::bootloader
...
...
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