mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Use target_env calls in Python modules.
This commit is contained in:
parent
bf885d65db
commit
10ce42f35c
12 changed files with 75 additions and 75 deletions
|
@ -35,7 +35,7 @@ def modify_grub_default(partitions, root_mount_point, distributor):
|
|||
default_dir = os.path.join(root_mount_point, "etc/default")
|
||||
default_grub = os.path.join(default_dir, "grub")
|
||||
distributor_replace = distributor.replace("'", "'\\''")
|
||||
plymouth_bin = libcalamares.utils.chroot_call(["sh", "-c", "which plymouth"])
|
||||
plymouth_bin = libcalamares.utils.target_env_call(["sh", "-c", "which plymouth"])
|
||||
use_splash = ""
|
||||
swap_uuid = ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue