Changes

Jump to navigation Jump to search
58 bytes added ,  04:10, 24 March 2014
re arranging steps
Line 16: Line 16:  
     dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/gptmbr.bin of=/dev/vda
 
     dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/gptmbr.bin of=/dev/vda
 
     sed -i 's#/dev/sda3#/dev/vda1#' /boot/syslinux/syslinux.cfg
 
     sed -i 's#/dev/sda3#/dev/vda1#' /boot/syslinux/syslinux.cfg
    exit
  −
    reboot
  −
  −
== Post reboot ==
      +
Install Salt
 
     echo [archlinuxfr] >> /etc/pacman.conf
 
     echo [archlinuxfr] >> /etc/pacman.conf
 
     echo SigLevel = Never >> /etc/pacman.conf
 
     echo SigLevel = Never >> /etc/pacman.conf
Line 26: Line 23:  
     pacman -Sy
 
     pacman -Sy
 
     pacman -S salt
 
     pacman -S salt
 +
    systemctl enable salt-minion
 +
 +
== Configure Salt ==
    +
in /etc/salt/minion
   −
master: salt.ad.pumpingstationone.org
+
    master: salt.ad.pumpingstationone.org
id: ${hostname}
+
    id: ${hostname}
   −
     systemctl start salt-minion
+
== reboot ==
 +
     exit
 +
    reboot
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu