Browse Source

Install additional drivers

pull/179/head
Xavier Petit 5 years ago committed by Christopher Fremond
parent
commit
1b44372cd0
  1. 3
      scripts/install_client.sh

3
scripts/install_client.sh

@ -51,6 +51,9 @@ xfsprogs
apt-get -y install $PKGS
# Install additional drivers
ubuntu-drivers install
# Remove fsck because the system partition will be read-only (overlayroot)
rm /usr/share/initramfs-tools/hooks/fsck

Loading…
Cancel
Save