Anonymous

Changes

From Pumping Station One
no edit summary
Line 87: Line 87:  
sed -i 's#/dev/sda3#/dev/vda1#' /boot/syslinux/syslinux.cfg
 
sed -i 's#/dev/sda3#/dev/vda1#' /boot/syslinux/syslinux.cfg
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== reboot ==
 +
 +
<syntaxhighlight lang="bash">
 +
exit
 +
reboot
 +
</syntaxhighlight>
 +
 +
=== When Something Goes Wrong ===
 +
 +
If something goes wrong with rebooting and you end up back on the live cd, you don't need to start over.
 +
Running the following 2 commands will bring you back to your Arch Linux Environment
 +
<syntaxhighlight lang="bash">
 +
mount /dev/vda1 /mnt
 +
arch-chroot /mnt
 +
</syntaxhighlight>
 +
    
== Flavor ==
 
== Flavor ==
 +
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
pacman -Sy
 
pacman -Sy
Line 94: Line 112:  
systemctl enable salt-minion
 
systemctl enable salt-minion
 
</syntaxhighlight>
 
</syntaxhighlight>
  −
== enter your hostname ==
  −
  −
    echo ${hostname} > /etc/hostname
  −
  −
  −
== reboot ==
  −
    exit
  −
    reboot
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.