]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: rename dracutdevs/dracut to dracut-ng/dracut-ng
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 30 Mar 2024 01:31:42 +0000 (21:31 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sat, 30 Mar 2024 02:18:03 +0000 (22:18 -0400)
This change is required to initialize CI for dracut-ng.

.github/workflows/container.yml
.github/workflows/integration.yml
.github/workflows/manualtest.yml
README.md
docs/HACKING.md
man/dracut-catimages.8.asc
man/dracut.8.asc
man/lsinitrd.1.asc

index d8c88089fe8101c527c2d74c041d8da4957a1942..39f9caf39e958eb399a3353dc72d4f27d52db49c 100644 (file)
@@ -19,7 +19,7 @@ permissions:
 
 jobs:
     push_to_registry:
-        if: github.repository == 'dracutdevs/dracut' || vars.CONTAINER == 'enabled'
+        if: github.repository == 'dracut-ng/dracut-ng' || vars.CONTAINER == 'enabled'
         name: Build and push containers image to GitHub Packages
         runs-on: ubuntu-latest
         concurrency:
index ab075b04538943ee8306341701ec3458b7bd0a30..f4530087a6ddef79d9e990236ebc3272199e1a6e 100644 (file)
@@ -43,7 +43,7 @@ jobs:
                 ]
             fail-fast: false
         container:
-            image: ghcr.io/dracutdevs/${{ matrix.container }}
+            image: ghcr.io/dracut-ng/${{ matrix.container }}
             options: "--privileged -v /dev:/dev"
         steps:
             -   name: "Checkout Repository"
@@ -80,7 +80,7 @@ jobs:
                 ]
             fail-fast: false
         container:
-            image: ghcr.io/dracutdevs/${{ matrix.container }}
+            image: ghcr.io/dracut-ng/${{ matrix.container }}
             options: "--privileged -v /dev:/dev"
         steps:
             -   name: "Checkout Repository"
index b790dcf7c67b0ecda0829229ea91ebfd8e23b9d1..fca4b381ef6eaf79aba4e21e02f5f0ef336c5046 100644 (file)
@@ -27,7 +27,7 @@ jobs:
             matrix:
                 test: ${{ fromJSON(inputs.test) }}
         container:
-            image: ghcr.io/dracutdevs/${{ inputs.container }}
+            image: ghcr.io/dracut-ng/${{ inputs.container }}
             options: "--privileged -v /dev:/dev"
         steps:
             -   name: "Checkout Repository"
index c584e90b70a0358ade3fb9f5333a7909c7c9fe4a..ef3e909cd7d805dcab6f397cf0f9c017c95244b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-dracut
+dracut-ng
 ====
 
-dracut is an event driven initramfs infrastructure.
+dracut-ng is an event driven initramfs infrastructure.
 
 [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](docs/CODE_OF_CONDUCT.md)
 
-dracut (the tool) is used to create an initramfs image by copying tools
+dracut-ng (the tool) is used to create an initramfs image by copying tools
 and files from an installed system and combining it with the
 dracut framework, usually found in /usr/lib/dracut/modules.d.
 
@@ -30,15 +30,15 @@ Documentation:
  - [Introduction](man/dracut.asc)
  - [User Manual](man/dracut.usage.asc)
 
-Currently dracut is developed on [github.com](https://github.com/dracutdevs/dracut).
+Currently dracut-ng is developed on [github.com](https://github.com/dracut-ng/dracut-ng).
 
-The release tarballs are [here](https://github.com/dracutdevs/dracut/releases).
+The release tarballs are [here](https://github.com/dracut-ng/dracut-ng/releases).
 
 Gitter (chat):
  - https://gitter.im/dracutdevs/Lobby
 
 See [News](NEWS.md) for information about changes in the releases and
-the [Wiki](https://github.com/dracutdevs/dracut/wiki) to share information.
+the [Wiki](https://github.com/dracut-ng/dracut-ng/wiki) to share information.
 
 See the github issue tracker for things which still need to be done and [Hacking](docs/HACKING.md)
 for some instructions on how to get started.  There is also a mailing list
index 6a19434c7b99ce25aaa0cb2a32c863ec7d52aca0..bde7a36d57f3d0f0b76a7ea7c12ad974fc0a16a5 100644 (file)
@@ -4,9 +4,9 @@ Please make sure to follow our [Contribution Guidelines](../CONTRIBUTING.md).
 
 ## git
 
-Currently dracut lives on github.com.
+Currently dracut-ng lives on github.com.
 
-* https://github.com/dracutdevs/dracut.git
+* https://github.com/dracut-ng/dracut-ng.git
 
 Pull requests should be filed preferably on github nowadays.
 
@@ -244,8 +244,8 @@ $ podman run --rm -it \
 ```
 
 with `[CONTAINER]` being one of the
-[github `dracutdevs` containers](https://github.com/orgs/dracutdevs/packages),
-e.g. `ghcr.io/dracutdevs/fedora:latest`.
+[github `dracut-ng` containers](https://github.com/orgs/dracut-ng/packages),
+e.g. `ghcr.io/dracut-ng/fedora:latest`.
 
 ### On bare metal
 
index 621f8af954aec3b81aceba2f0b8785913809af41..8ddc36524c7050282aae05d977e1fb4d33a6d2f0 100644 (file)
@@ -51,7 +51,7 @@ Harald Hoyer
 AVAILABILITY
 ------------
 The dracut-catimages command is part of the dracut package and is available from
-link:$$https://github.com/dracutdevs/dracut$$[https://github.com/dracutdevs/dracut]
+link:$$https://github.com/dracut-ng/dracut-ng$$[https://github.com/dracut-ng/dracut-ng]
 
 SEE ALSO
 --------
index ae4497e7700d05ad654de5eb3bbba4caccde688d..db08320c52ac61a4c5db2f8f83c5a7d214fcc383 100644 (file)
@@ -746,7 +746,7 @@ _/etc/cmdline.d/*.conf_::
 AVAILABILITY
 ------------
 The dracut command is part of the dracut package and is available from
-link:$$https://github.com/dracutdevs/dracut$$[https://github.com/dracutdevs/dracut]
+link:$$https://github.com/dracut-ng/dracut-ng$$[https://github.com/dracut-ng/dracut-ng]
 
 AUTHORS
 -------
index 05f63e3a79666708ae2d739390cb8a8a89f25616..3b286d69cc32d27d91262c7b19c8db48707740f7 100644 (file)
@@ -56,7 +56,7 @@ OPTIONS
 AVAILABILITY
 ------------
 The lsinitrd command is part of the dracut package and is available from
-link:$$https://github.com/dracutdevs/dracut$$[https://github.com/dracutdevs/dracut]
+link:$$https://github.com/dracut-ng/dracut-ng$$[https://github.com/dracut-ng/dracut-ng]
 
 AUTHORS
 -------