diff options
author | Marcel Partap <mpartap@gmx.net> | 2021-01-16 17:14:17 +0100 |
---|---|---|
committer | Marcel Partap <mpartap@gmx.net> | 2021-01-16 17:14:17 +0100 |
commit | fdcdab72dce551d0f281dd295e4d3f7f6a1a57b3 (patch) | |
tree | 08767a8e06d17a8f6ca6b1dcc54ff94c943edd6c /scripts/build | |
parent | 02520659500ce7df57fa388ebdac282a98dbbc8e (diff) | |
download | vyos-live-build-fdcdab72dce551d0f281dd295e4d3f7f6a1a57b3.tar.gz vyos-live-build-fdcdab72dce551d0f281dd295e4d3f7f6a1a57b3.zip |
binary_rootfs stage: slightly lower mksquashfs nice levels (19 -> 17)
.. so its priority is low, but above BOINC grid computing (19).
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 8a73babc8..78fe6633e 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -313,7 +313,7 @@ case "${LB_CHROOT_FILESYSTEM}" in fi # Create image - Chroot chroot "nice -n 19 mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS}" + Chroot chroot "nice -n 17 mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS}" rm -f chroot/excludes |