summarylogtreecommitdiffstats
path: root/system76-driver.install
diff options
context:
space:
mode:
authorava1ar2015-06-17 00:46:40 -0400
committerava1ar2015-06-17 00:46:40 -0400
commitcd0fe40ce6e124ee1ce8296cfc27ba9140a415ab (patch)
treead84fad27465a9b5aa8df2d57779624ceb9c9928 /system76-driver.install
downloadaur-cd0fe40ce6e124ee1ce8296cfc27ba9140a415ab.tar.gz
Initial import
Diffstat (limited to 'system76-driver.install')
-rw-r--r--system76-driver.install49
1 files changed, 49 insertions, 0 deletions
diff --git a/system76-driver.install b/system76-driver.install
new file mode 100644
index 000000000000..a782267e7c4c
--- /dev/null
+++ b/system76-driver.install
@@ -0,0 +1,49 @@
+post_install() {
+cat << EOF
+
+ To enable the System76 driver service at boot, run the following command as root:
+
+ systemctl enable system76.service
+
+ To manually start the service (without reboot), run the following command as root:
+
+ systemctl start system76.service
+
+ Before removing the System76 service, run the following commands as root:
+
+ systemctl stop system76.service
+ systemctl disable system76.service
+
+ To install settings and patches, specific for your System76 laptop model, execute System76 Driver
+ application and click "Install Drivers". If the application won't start, you can manually start it
+ using following command as root:
+
+ GUI version:
+
+ system76-driver
+
+ CLI version:
+
+ system76-driver-cli
+
+
+ (!) If you do not use grub bootloader, please check output for possible manual actions required for
+ your model related to bootloader modifications.
+
+ (!) For Clevo W740SU BIOS/Firmware users on Galago UltraPro: your will need to create /etc/system76-daemon.json
+ file with following content:
+
+ {
+ "vendor": "System76, Inc",
+ "model": "galu1"
+ }
+
+ to override laptop model for daemon and system76-driver-cli, because it fails to correctly identify laptop
+ model with non-System76 BIOS/Firmware flashed.
+
+EOF
+}
+
+post_upgrade() {
+ post_install
+}