Commit 52960b8d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should clean out correct files on re-installation

parent 87a8d4a7
......@@ -566,7 +566,7 @@ recomputer-j2012:
$(MAKE) -C linux-5.12.10
rm -rf /lib/modules
rm -f /boot/config*
rm -f /boot/vmlinuz*
rm -f /boot/vmlinux*
rm -f /boot/System.map*
$(MAKE) -C linux-5.12.10 install modules_install dtbs_install
cp -v linux-5.12.10/.config /boot/config-5.12.10
......@@ -604,7 +604,7 @@ recomputer-j4012:
$(MAKE) -C linux-5.12.10
rm -rf /lib/modules
rm -f /boot/config*
rm -f /boot/vmlinuz*
rm -f /boot/vmlinux*
rm -f /boot/System.map*
$(MAKE) -C linux-5.12.10 install modules_install dtbs_install
cp -v linux-5.12.10/.config /boot/config-5.12.10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment