mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
grubcfg: Don't error if /etc/default is missing.
It is created later in the function.
This commit is contained in:
parent
5cae4e0632
commit
f58cca1bb2
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ def modify_grub_default(partitions, root_mount_point, distributor):
|
|||
use_splash = ""
|
||||
swap_uuid = ""
|
||||
|
||||
if not os.path.exists(default_dir):
|
||||
return ("Directory does not exist", "The directory {} does not exist on "
|
||||
"the target".format(default_dir))
|
||||
if os.path.exists(plymouth_bin):
|
||||
use_splash = "splash"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue