summarylogtreecommitdiffstats
path: root/graphics.patch
blob: dbcff95157b2403c1590136a488b7374d7d4e7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- src/system76/src/graphics.rs	2018-08-25 00:37:50.963144090 -0700
+++ src/system76/src/graphics.rs.new	2018-08-24 15:57:13.563144181 -0700
@@ -135,14 +135,14 @@
                 }
             }
 
-            info!("Updating initramfs");
-            let status = process::Command::new("update-initramfs").arg("-u").status()?;
-            if ! status.success() {
-                return Err(io::Error::new(
-                    io::ErrorKind::Other,
-                    format!("update-initramfs: failed with {}", status)
-                ));
-            }
+            // info!("Updating initramfs");
+            // let status = process::Command::new("update-initramfs").arg("-u").status()?;
+            // if ! status.success() {
+            //     return Err(io::Error::new(
+            //         io::ErrorKind::Other,
+            //         format!("update-initramfs: failed with {}", status)
+            //     ));
+            // }
 
             Ok(())
         } else {