13 lines
596 B
Diff
13 lines
596 B
Diff
|
diff -Nru calamares-1.0.1.orig/src/modules/grubcfg/main.py calamares-1.0.1/src/modules/grubcfg/main.py
|
||
|
--- calamares-1.0.1.orig/src/modules/grubcfg/main.py 2015-02-03 22:15:35.000000000 +0100
|
||
|
+++ calamares-1.0.1/src/modules/grubcfg/main.py 2015-02-19 14:46:59.134060816 +0100
|
||
|
@@ -25,7 +25,7 @@
|
||
|
|
||
|
default_dir = os.path.join(root_mount_point, "etc/default")
|
||
|
default_grub = os.path.join(default_dir, "grub")
|
||
|
- plymouth_bin = os.path.join(root_mount_point, "usr/bin/plymouth")
|
||
|
+ plymouth_bin = os.path.join(root_mount_point, "bin/plymouth")
|
||
|
use_splash = ""
|
||
|
swap_uuid = ""
|
||
|
|