mirror of
https://github.com/xcat2/confluent.git
synced 2024-12-25 12:41:39 +00:00
Further tweak esxi deployment support
Try removing the exec, as memory seems constrained in exec case for some reason. Specify behavior when dealing with existing vmfs.
This commit is contained in:
parent
0a1409ffcf
commit
8e203723ef
@ -24,4 +24,4 @@ chmod +x /tmp/makeksnet
|
||||
rootpw=$(grep ^rootpassword: /etc/confluent/confluent.deploycfg|sed -e 's/^rootpassword: //')
|
||||
echo rootpw --iscrypted $rootpw > /tmp/rootuser
|
||||
export BOOT_CMDLINE=ks=/etc/confluent/ks.cfg
|
||||
exec /bin/install
|
||||
/bin/install
|
||||
|
@ -1,5 +1,5 @@
|
||||
accepteula
|
||||
install --firstdisk
|
||||
install --firstdisk --preservevmfs
|
||||
%include /tmp/ksnet
|
||||
%include /tmp/rootuser
|
||||
reboot
|
||||
|
Loading…
Reference in New Issue
Block a user