8d26de28a3
This feature is more generally applicable indeed; might result in duplication due to the installer components adding "efivars" independently but that is to be sorted out later in those components: - check whether it's added already sometime soon; - maybe stop adding that at some point in the future. install2 and rescue roots still need this too though.
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
# see also https://bugzilla.altlinux.org/27970
|
|
|
|
grep -q efivars /etc/modules || echo efivars >> /etc/modules
|