mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
5 lines
129 B
Bash
5 lines
129 B
Bash
|
#!/bin/sh
|
||
|
ln -s $1/images/pxeboot/vmlinuz $2/boot/kernel && \
|
||
|
ln -s $1/images/pxeboot/initrd.img $1/boot/initramfs/distribution
|
||
|
|