GithubHelp home page GithubHelp logo

glenntatum / kickstart-fedora-workstation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sinner-/kickstart-fedora-workstation

0.0 0.0 0.0 53 KB

kickstart file for my personal workstations

License: GNU General Public License v2.0

Python 100.00%

kickstart-fedora-workstation's Introduction

Fedora Workstation Kickstart File

Bringing you a clean Fedora installation since F23.

Tested as working on Fedora 34.

Overview

Part of an overall project to adopt the "cattle" approach to my personal computing.

Assuming the distribution does its job correctly, I can use this project along with good backups in my homedir to have a consistent environment on any installed target.

Designed to:

  • Deploy Fedora with a repeatable and automated method.
  • Provide a single source of truth for the software I like to use.
  • Encapsulate any optimisations/tricks I like to apply.

Requirements

Use

  • Clone and enter this repository with:
    • git clone https://github.com/sinner-/kickstart-fedora-workstation.
    • cd kickstart-fedora-workstation.
  • If you're not me you will probably want to run:
    • sed -i 's/sina-laptop/YOUR_DESIRED_HOSTNAME/' workstation.ks.
      • (run this command before the next one to avoid sed mixups)
    • sed -i 's/sina/YOUR_NAME/' workstation.ks.
    • sed -i 's/^timezone/timezone Yourcountry\/Yourcity/' workstation.ks.
  • Run the kickstart.py script which will ask you for the user password and FDE passphrase and then launch a HTTP server:
    • python3 kickstart.py
  • Install Fedora Workstation netinst to a usb with dd if=netinst.iso of=/dev/sdx bs=1M oflag=sync status=progress.
  • Boot Fedora Workstation netinst on the target install machine.
  • At the boot screen, press UP to select the "install without verify" option and then TAB.
  • Insert the kickstart directive into the the boot string before the quiet directive.:
    • inst.ks=http://<WEB_SERVER_IP>:<PORT>/workstation.ks
  • Hit ENTER. Install will begin and complete without any further prompt.

kickstart-fedora-workstation's People

Contributors

sinner- avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.