4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
|
#!/bin/sh
|
||
|
cd /boot
|
||
|
ln -sf uImage-*.buffalo uImage.buffalo
|
||
|
ln -sf initrd-*.buffalo initrd.buffalo
|