Provision Arch: Difference between revisions
From Pumping Station One
filling it out |
No edit summary |
||
| Line 16: | Line 16: | ||
exit | exit | ||
reboot | reboot | ||
== Post reboot == | |||
echo [archlinuxfr] >> /etc/pacman.conf | |||
echo SigLevel = Never >> /etc/pacman.conf | |||
Server = http://repo.archlinux.fr/$arch >> /etc/pacman.conf | |||
pacman -Sy | |||
pacman -S salt | |||
master: salt.ad.pumpingstationone.org | |||
id: ${hostname} | |||
systemctl start salt-minion | |||
Revision as of 22:18, 21 February 2014
Installing
sgdisk -z /dev/vda sgdisk -n 1:2048: /dev/vda sgdisk --attributes=1:set:2 /dev/vda mkfs.ext4 /dev/vda1 mount /dev/vda1 /mnt pacstrap /mnt base base-devel openssh genfstab -p /mnt >> /mnt/etc/fstab arch-chroot /mnt ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime mkinitcpio -p linux systemctl enable dhcpcd systemctl enable sshd dd bs=440 count=1 conv=notrunc if=/usr/lib/syslinux/bios/gptmbr.bin of=/dev/vda ## todo sed /boot/syslinux/syslinux.cfg /dev/sda3 to /dev/vda1 exit reboot
Post reboot
echo [archlinuxfr] >> /etc/pacman.conf echo SigLevel = Never >> /etc/pacman.conf Server = http://repo.archlinux.fr/$arch >> /etc/pacman.conf pacman -Sy pacman -S salt
master: salt.ad.pumpingstationone.org
id: ${hostname}
systemctl start salt-minion