Provision Arch: Difference between revisions
From Pumping Station One
→Installing: sed power |
|||
| Line 13: | Line 13: | ||
systemctl enable sshd | systemctl enable sshd | ||
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 | ||
exit | exit | ||
reboot | reboot | ||