There was an error while loading. Please reload this page.
1 parent b21b8b4 commit c8a1186Copy full SHA for c8a1186
1 file changed
install.sh
@@ -764,8 +764,8 @@ grub-install --target=i386-pc ${IDEV}
764
make_kernel() {
765
# 6000 is rough estimate of how many lines we usually get for a compile --dry-run unfortunatly failed
766
time (
767
- pv -lbtpef -s $(bc <<< "scale=0; ($(grep -c "=[ym]" .config) * 28) / 10") > /dev/null < <(make -j$(($(nproc)*2)) bzImage modules) && \
768
- pv -lbtpef -s $((6+$(find -name "*.ko" | wc -l))) > /dev/null < <(make -j2 modules_install install)
+ pv -lbtpefX -s $(bc <<< "scale=0; ($(grep -c "=[ym]" .config) * 28) / 10") < <(make -j$(($(nproc)*2)) bzImage modules) && \
+ pv -lbtpefX -s $((6+$(find -name "*.ko" | wc -l))) < <(make -j2 modules_install install)
769
) || bash
770
rm /boot/vmlinuz.old
771
ls -lh /boot
0 commit comments