mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-25 23:46:02 +03:00
[GH-ISSUE #64] Feature Request - kernel options #44
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rsl68 on GitHub (Feb 23, 2023).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/64
is it possible to add kernel options to the creation of iso/bundle. PS New-IsoImage has this currently and I use it to create max size OSDATA partition to handle very large dump files on larger vSAN hosts...
New-IsoImage -Depot $onlineDepot -SoftwareSpec 'c:\vmware\spec.json' -KernelOptions "systemMediaSize=max" -Destination 'c:\vmware\newiso.iso
This is similar to previous request for .ks files and modification of boot.cfg