bubbles/iso_configs/hooks/normal/6050-rename-kernel.hook.binary

7 lines
174 B
Bash

#!/bin/bash
#John's note: this will not harm the other architectures.
rm live/initrd.img
rm live/vmlinuz
cp live/initrd.img-* live/initrd.img
cp live/vmlinuz-* live/vmlinuz