mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Add more profile contents
More parts of OS image profiles.
This commit is contained in:
parent
16b3bc44a0
commit
dd2dca5837
4
confluent_osdeploy/el8/profiles/default/initprofile.sh
Normal file
4
confluent_osdeploy/el8/profiles/default/initprofile.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
ln -s $1/images/pxeboot/vmlinuz $2/boot/kernel && \
|
||||
ln -s $1/images/pxeboot/initrd.img $1/boot/initramfs/distribution
|
||||
|
2
confluent_osdeploy/el8/profiles/default/profile.yaml
Normal file
2
confluent_osdeploy/el8/profiles/default/profile.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
label: %%DISTRO%% %%VERSION%% %%ARCH%% (Default Profile)
|
||||
kernelargs: quiet
|
@ -0,0 +1,3 @@
|
||||
#!/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
|
2
confluent_osdeploy/suse15/profiles/default/profile.yaml
Normal file
2
confluent_osdeploy/suse15/profiles/default/profile.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
label: %%DISTRO%% %%VERSION%% %%ARCH%% (Default Profile)
|
||||
kernelargs: quiet
|
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
ln -s $1/casper/vmlinuz $2/boot/kernel && \
|
||||
ln -s $1/casper/initrd $2/boot/initramfs/distribution
|
@ -0,0 +1,2 @@
|
||||
label: %%DISTRO%% %%VERSION%% %%ARCH%% (Default Profile)
|
||||
kernelargs: quiet
|
Loading…
Reference in New Issue
Block a user