summarylogtreecommitdiffstats
path: root/graphics.patch
blob: 7a608e1fcce8ce09c9a600bf7aaeb8673b8171c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/system76/src/graphics.rs	2018-07-02 00:24:56.431499529 -0700
+++ src/system76/src/graphics.rs.new	2018-07-02 00:25:55.448165538 -0700
@@ -136,7 +136,7 @@
             }

             eprintln!("Updating initramfs");
-            let status = process::Command::new("update-initramfs").arg("-u").status()?;
+            let status = process::Command::new("mkinitcpio").arg("-p").arg("linux").status()?;
             if ! status.success() {
                 return Err(io::Error::new(
                     io::ErrorKind::Other,