vmware / vmware/photon

Kickstart should allow passing the config in from a CDROM other than the main media

Open
#1,113 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Nice to Have RFE
Dominant language
C
Stars
3.2k
Forks
692
PR merge metrics
No merged PRs in 30d

Description

Right now, we can only mount kickstart files via http or by putting them into the install media.

For use with packer running in a docker container to build a photon image, it would be very helpful to allow passing a secondary cdrom or floppy that contains just the kickstart files.

Something like allowing passing the cdrom device would fix this issue:

vmlinuz initrd=initrd.img root=/dev/ram0 loglevel=3 ks=cdrom:sr1:/http/photon-kickstart.json photon.media=cdrom

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the existing handling of the ks=cdrom boot argument and how install media devices are selected. Verify the behavior with a secondary CD-ROM or floppy containing only the kickstart files, and confirm that the Photon image build can load that configuration without placing it on the main media.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, docker, linux
Domain
operating-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.