mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
dd2dca5837
More parts of OS image profiles.
4 lines
108 B
Bash
4 lines
108 B
Bash
#!/bin/sh
|
|
ln -s $1/casper/vmlinuz $2/boot/kernel && \
|
|
ln -s $1/casper/initrd $2/boot/initramfs/distribution
|