You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.1/6_ac_install_unmerge/sys-kernel/calculate-sources/clear

19 lines
422 B

# Calculate run=/bin/bash merge=sys-boot/grub
echo "Clean /boot"
for i in /boot/{initramfs,config,System.map,vmlinuz}-${PV}-*#-os_install_arch_machine-#-#-os_install_linux_shortname-#*
do
rm -f $i
done
for i in /boot/{initramfs,config,System.map,vmlinuz}-${PV}-calculate
do
rm -f $i
done
echo "Remove modules"
rm -rf /lib/modules/${PV}-calculate
echo "Remove sources"
rm -rf /usr/src/linux-${PV}-calculate
true