Provision Arch: Difference between revisions

From Pumping Station One
Installing: removing hacks
Installing: fixing sed command
Line 15: Line 15:
     extlinux --install /boot/syslinux
     extlinux --install /boot/syslinux
     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 '#/dev/sda3#/dev/vda1#' /boot/syslinux/syslinux.cfg
     sed -i 's#/dev/sda3#/dev/vda1#' /boot/syslinux/syslinux.cfg
     exit
     exit
     reboot
     reboot