Untitled

From Flying Goat, 5 Years ago, written in Plain Text, viewed 226 times. This paste will shuffle off the mortal coil in 1 Second.
URL https://paste.steamr.com/view/baecc383 Embed
Download Paste or View Raw
  1. install
  2. url --url http://linbuild.cs.ucalgary.ca/fedora/28/x86_64/os/
  3. lang en_US.UTF-8
  4. selinux --disabled
  5. keyboard us
  6.  
  7. network --bootproto dhcp --hostname gfx01-4.cs.ucalgary.ca --device=14:b3:1f:07:ed:77
  8. rootpw --iscrypted $5$ot2nUDJR$VxOvOKMvLnqjX0NpPYy3Hast15pPGwBAg.jiFx6RXK6
  9.  
  10.  
  11. firewall --service=ssh
  12. authconfig --useshadow --passalgo=SHA256 --kickstart
  13. timezone --utc America/Edmonton
  14.  
  15.  
  16.  
  17.  
  18. # CPSC Extras
  19. repo --name=cpsc-fedora-extras --cost=5 --baseurl=http://linbuild.cs.ucalgary.ca/cpsc/cpsc-extras/fc28/x86_64/extras
  20.  
  21.  
  22. # Updates
  23. # repo --name=cpsc-fedora-updates  --baseurl=http://mirror.cpsc.ucalgary.ca/mirror/fedora/linux/updates/28/Everything/x86_64
  24. repo --name=cpsc-fedora-updates  --baseurl=http://linbuild.cs.ucalgary.ca/fedora/28/x86_64/updates/
  25.  
  26.  
  27.  
  28.  
  29.  
  30. # bootloader --location=mbr --append="nofb quiet splash=quiet"
  31. bootloader --append="nofb quiet splash=quiet"
  32.  
  33. %include /tmp/diskpart.cfg
  34.  
  35. # Graphical or text installer, defaults to graphical unless specified
  36. graphical
  37.  
  38. # Graphical system
  39. xconfig --startxonboot
  40.  
  41. reboot
  42.  
  43. %packages
  44. yum
  45. dhclient
  46. ntp
  47. wget
  48. @Core
  49. redhat-lsb-core
  50.  
  51.  
  52. salt-minion
  53.  
  54.  
  55.  
  56.  
  57. # From package_groups0
  58. @cpsc-fedora-workstation-base
  59.  
  60. # From package_groups0
  61. @cpsc-base
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. %end
  70. %pre
  71. #Dynamic
  72.  
  73.  

Reply to "Untitled"

Here you can reply to the paste above