summaryrefslogtreecommitdiff
path: root/src/boot/dracut
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/dracut')
-rwxr-xr-xsrc/boot/dracut/module-setup.sh4
-rwxr-xr-xsrc/boot/dracut/ostree.conf4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/boot/dracut/module-setup.sh b/src/boot/dracut/module-setup.sh
index 4d12fae6..bedf584e 100755
--- a/src/boot/dracut/module-setup.sh
+++ b/src/boot/dracut/module-setup.sh
@@ -17,9 +17,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# License along with this library. If not, see <https://www.gnu.org/licenses/>.
check() {
if [[ -x $systemdutildir/systemd ]] && [[ -x /usr/lib/ostree/ostree-prepare-root ]]; then
diff --git a/src/boot/dracut/ostree.conf b/src/boot/dracut/ostree.conf
index ac70494b..d83d017b 100755
--- a/src/boot/dracut/ostree.conf
+++ b/src/boot/dracut/ostree.conf
@@ -11,9 +11,7 @@
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# License along with this library. If not, see <https://www.gnu.org/licenses/>.
add_dracutmodules+=" ostree systemd "
reproducible=yes