mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo I: Creating kernel symlinks.
|
|
cd /boot
|
|
ln -s initrd.img-* initrd.img
|
|
ln -s vmlinuz-* vmlinuz
|