mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-10 11:36:27 +00:00
dd2dca5837
More parts of OS image profiles.
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
|