Skip to content
Snippets Groups Projects
Verified Commit 2aeb5ed3 authored by David Beniamine's avatar David Beniamine
Browse files

Fixup again

parent adc09575
No related branches found
No related tags found
No related merge requests found
...@@ -31,10 +31,10 @@ do ...@@ -31,10 +31,10 @@ do
done done
# Fix ethernet issues # Fix ethernet issues
sudo echo "# The primary eth0 interface" >> /etc/network/interfaces echo "# The primary eth0 interface" | sudo tee --append /etc/network/interfaces
sudo echo "auto eth0" >> /etc/network/interfaces echo "auto eth0" | sudo tee --append /etc/network/interfaces
sudo echo "allow-hotplug eth0" >> /etc/network/interfaces echo "allow-hotplug eth0" | sudo tee --append /etc/network/interfaces
sudo echo "iface eth0 inet dhcp" >> /etc/network/interfaces echo "iface eth0 inet dhcp" | sudo tee --append /etc/network/interfaces
sudo sed -i 's/^\(GRUB_CMDLINE_LINUX_DEFAULT="quiet\)"/\1 pcie_aspm=off"/' /etc/default/grub sudo sed -i 's/^\(GRUB_CMDLINE_LINUX_DEFAULT="quiet\)"/\1 pcie_aspm=off"/' /etc/default/grub
sudo update-grub sudo update-grub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment