mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-27 05:30:53 +00:00
4 lines
134 B
Bash
4 lines
134 B
Bash
#!/bin/sh
|
|
ln -s $1/1/boot/x86_64/loader/linux $2/boot/kernel && \
|
|
ln -s $1/1/boot/x86_64/loader/initrd $2/boot/initramfs/distribution
|