Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Software
idms-linux-installer
Commits
58917cff
Commit
58917cff
authored
Jul 13, 2020
by
Nigel Kukard
Browse files
Use /efi as EFI mount directory
parent
4b9c44ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/idmslinux_installer/plugins/mount_filesystems.py
View file @
58917cff
...
...
@@ -35,7 +35,7 @@ class MountFilesystems(Plugin):
self
.
description
=
"Mount Filesystems"
self
.
_boot_dir
=
'/boot'
self
.
_efi_dir
=
'/
boot/
efi'
self
.
_efi_dir
=
'/efi'
Plugin
.
__init__
(
self
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment