mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Quote sed argument
This commit is contained in:
parent
471f3bd1cf
commit
8fe1cea2ed
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
sed -i s/label: ubuntu/label: Ubuntu/ $2/profile.yaml && \
|
||||
sed -i 's/label: ubuntu/label: Ubuntu/' $2/profile.yaml && \
|
||||
ln -s $1/casper/vmlinuz $2/boot/kernel && \
|
||||
ln -s $1/casper/initrd $2/boot/initramfs/distribution && \
|
||||
mkdir -p $2/boot/efi/boot && \
|
||||
|
Loading…
Reference in New Issue
Block a user