7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
|
#!/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
|