This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecStart=/bin/bash -c 'grub2-mkconfig -o /boot/grub2/grub.cfg'
-
ExecStartPost=/bin/bash -c 'rm -f /.kiwi_grub_config.trigger'
-
Type=oneshot
-
-
[Unit]
-
ConditionPathExists=/.kiwi_grub_config.trigger
-
Description=Rebuild grub config from distro toolkit
-
Additionnal notes
Nothing here.