{"id":20398764,"url":"https://github.com/bcambl/ksconfig","last_synced_at":"2025-09-08T23:40:55.877Z","repository":{"id":25377734,"uuid":"28805947","full_name":"bcambl/ksconfig","owner":"bcambl","description":"Custom kickstart user input scripts","archived":false,"fork":false,"pushed_at":"2015-07-17T22:28:36.000Z","size":348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T11:28:46.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcambl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-05T09:29:51.000Z","updated_at":"2015-04-15T03:29:35.000Z","dependencies_parsed_at":"2022-07-25T14:32:46.779Z","dependency_job_id":null,"html_url":"https://github.com/bcambl/ksconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcambl%2Fksconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcambl%2Fksconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcambl%2Fksconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcambl%2Fksconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcambl","download_url":"https://codeload.github.com/bcambl/ksconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945530,"owners_count":20046870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T04:24:00.574Z","updated_at":"2025-03-05T01:17:12.311Z","avatar_url":"https://github.com/bcambl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ksconfig\n========\n\n### Description:\n\nThese scripts were created for use with a kickstart file via %pre and %post sections.\nThe included scripts will allow you to provide a hostname, IP addressing, as well as \nspecify a standard disk partiton/volume configuration with the ability to make size tweaks.\n\nThis is especially useful if you would like to kickstart a handful of servers without \nthe need of more advanced solutions like cobbler. I have tested these scripts for \nuse with CentOS7 but should also be compatible with RHEL and Fedora based linux \ndistributions.\n\n### Instructions:\n\n1) Edit the settings within the kspre.py script to suit your needs.\n\n2) View the sample file to include these scripts in your %pre and %post sections \nof your kickstart file.\n\n3) Add *net.ifnames=0*, *biosdevname=0*, and *inst.geoloc=0* to your **boot:** along with your\nkickstart file path. \n\nThis ensures that traditional interface names are used. ie: eth0, eth1, etc.\n\n```\nlinux net.ifnames=0 biosdevname=0 inst.geoloc=0 ks=\u003cpath-to-kickstart\u003e\n```\n\n### Screenshots\n\n##### Server Location\nSpecify pre-defined server location/domain. The 'custom' option will prompt \nuser for a domain and a short description.\n \n(enabled/disabled in kspre.py settings if not needed)\n\n![Select available disk](screenshots/select_location.png)\n\n##### Hostname and IP configuration\n\nSecond interface is optional. Disable/enable via kspre settings\n\n![Select available disk](screenshots/hostname-ip_config.png)\n\n##### Validate IP's\n\nDo not allow CIDR notation, invalid IP's, or Blank IP fields\n\n![Select available disk](screenshots/ip_validations.png)\n\n##### Select disck for installation of OS\n\n![Select available disk](screenshots/available_disks.png)\n\n##### Modify default partitioning\n\nModify partitions of 'standard partitioning' scheme\n\n(standard partitioning scheme can be changed by modifying the script)\n\n![Select available disk](screenshots/configure_disk.png)\n\n##### Verify Configuration\n\n![Select available disk](screenshots/confirm_host_ip.png)\n\n![Select available disk](screenshots/confirm_disk_part.png)\n\n##### Accept configuration or Re-Configure\n\nThe 're-configure' option will enable IP validaions if previously skipped\n\n![Select available disk](screenshots/confirm_or_re-config.png)\n\n\n\n### Author\nBlayne Campbell (https://github.com/bcambl)\n\n### License\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcambl%2Fksconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcambl%2Fksconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcambl%2Fksconfig/lists"}