Skip to content

Dotfiles eXtreme: why just do regular dotfiles when you can dotfile your entire OS? Fedora Kickstart installation configuration.

Notifications You must be signed in to change notification settings

iamarcel/dot-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Dotfiles eXtreme

How to use

Specify the Kickstart file when installing Fedora. Boot up a netinstall with this boot option:

inst.ks=http://git.io/v0NoL

My preferred way to set that up is:

  1. Download a netinstall image and write it to a USB drive.
  2. Open up path/to/usb-drive/EFI/BOOT/grub.cfg and add the boot option to the linuxefi line of one of the "Install Fedora" menu entries. You'll have something that looks like this:
menuentry 'Install Fedora 23' --class fedora --class gnu-linux --class gnu --class os {
	linuxefi /images/pxeboot/vmlinuz inst.ks=http://git.io/v0NoL inst.stage2=hd:LABEL=FEDORA-WS-2 quiet
	initrdefi /images/pxeboot/initrd.img
}

About

Dotfiles eXtreme: why just do regular dotfiles when you can dotfile your entire OS? Fedora Kickstart installation configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages