-
Notifications
You must be signed in to change notification settings - Fork 0
unixtools/upgsync
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Example "in-place reinstall from network" for mst.edu servers: cd /boot rsync -av fcinst::fedora-20/media/production/base/images/pxeboot/vmlinuz /boot/fc20-vmlinuz rsync -av fcinst::fedora-20/media/production/base/images/pxeboot/initrd.img /boot/fc20-initrd.img grubby --grub2 \ --add-kernel=/boot/fc20-vmlinuz \ --initrd=/boot/fc20-initrd.img \ --args="ks=http://fcinst.srv.mst.edu/cgi-bin/kickstart/fedora-20.pl cmdline nomodeset nogpt selinux=0 consoleblank=0" \ --title="FC20 Reinstall" \ --make-default sync Procedure will obviously be different for any other deployed site, but same mechanism can be used if network install is set up.
About
Nathan style fedora upgrade sync and restore
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published