mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Add diskless links
This commit is contained in:
parent
170e585e57
commit
7618fa8b63
@ -27,6 +27,7 @@ mkdir -p stateless-bin
|
||||
cp -a el8bin/* .
|
||||
ln -s el8 el9
|
||||
ln -s ubuntu22.04 ubuntu24.04
|
||||
ln -s ubuntu22.04-diskless ubuntu24.04-diskless
|
||||
for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 ubuntu22.04 ubuntu24.04 coreos el9; do
|
||||
mkdir ${os}out
|
||||
cd ${os}out
|
||||
|
@ -29,6 +29,7 @@ This contains support utilities for enabling deployment of x86_64 architecture s
|
||||
#cd ..
|
||||
ln -s el8 el9
|
||||
ln -s ubuntu22.04 ubuntu24.04
|
||||
ln -s ubuntu22.04-diskless ubuntu24.04-diskless
|
||||
for os in rhvh4 el7 genesis el8 suse15 ubuntu18.04 ubuntu20.04 ubuntu22.04 ubuntu24.04 coreos el9; do
|
||||
mkdir ${os}out
|
||||
cd ${os}out
|
||||
|
Loading…
Reference in New Issue
Block a user