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

7 lines
174 B
Plaintext
Raw Normal View History

2023-07-11 06:48:53 +00:00
#!/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