]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(dracut-logger): drop __DRACUT_LOGGER__
authorBenjamin Drung <benjamin.drung@canonical.com>
Fri, 30 Jan 2026 23:53:19 +0000 (00:53 +0100)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 4 Feb 2026 14:37:25 +0000 (09:37 -0500)
Commit d6d53f60b21e ("dracut-functions: use "type" to determine the need
of sourcing dracut-logger") removed checking `__DRACUT_LOGGER__`. There
is no code any more that checks this environment variable.

So drop setting `__DRACUT_LOGGER__`.

dracut-logger.sh

index 4a38f7af08041e61df9d3ce580a0157a73866a67..4db132fc8048fb8374f0f1d01dc650b101855504 100644 (file)
@@ -17,8 +17,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-export __DRACUT_LOGGER__=1
-
 ## @brief Logging facility module for dracut both at build- and boot-time.
 #
 # @section intro Introduction