[arch-commits] Commit in (5 files)

Giancarlo Razzolini grazzolini at archlinux.org
Thu Feb 28 21:13:07 UTC 2019


    Date: Thursday, February 28, 2019 @ 21:13:06
  Author: grazzolini
Revision: 437078

newpkg: mkinitcpio-netconf

Added:
  mkinitcpio-netconf/
  mkinitcpio-netconf/repos/
  mkinitcpio-netconf/trunk/
  mkinitcpio-netconf/trunk/Changelog
  mkinitcpio-netconf/trunk/PKGBUILD

-----------+
 Changelog |   13 +++++++++++++
 PKGBUILD  |   20 ++++++++++++++++++++
 2 files changed, 33 insertions(+)

Added: mkinitcpio-netconf/trunk/Changelog
===================================================================
--- mkinitcpio-netconf/trunk/Changelog	                        (rev 0)
+++ mkinitcpio-netconf/trunk/Changelog	2019-02-28 21:13:06 UTC (rev 437078)
@@ -0,0 +1,13 @@
+2015-08-11 Giancarlo Razzolini <grazzolini at gmail.com>
+
+	* 0.0.2 :
+	- Initial support for systemd enabled initrd:
+		+ Check for any files ending in .initramfs in the /etc/systemd/network directory, and copies them to the initrd, and also copy and install systemd-networkd.
+		+ There are some caveats, specially that it won't remove any ip addresses added to the interface: https://github.com/systemd/systemd/issues/780
+	- Corrected the help text.
+
+2015-07-15 Giancarlo Razzolini <grazzolini at gmail.com>
+
+	* 0.0.1 :
+	- Initial release.
+	- Right now it only support the ip= configuration mode.

Added: mkinitcpio-netconf/trunk/PKGBUILD
===================================================================
--- mkinitcpio-netconf/trunk/PKGBUILD	                        (rev 0)
+++ mkinitcpio-netconf/trunk/PKGBUILD	2019-02-28 21:13:06 UTC (rev 437078)
@@ -0,0 +1,20 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=mkinitcpio-netconf
+pkgver=0.0.4
+pkgrel=3
+pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-netconf"
+license=('BSD')
+depends=('mkinitcpio-nfs-utils' 'iproute2')
+#install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='Changelog'
+sha512sums=('06ac202410964740785d2977f7918981276e10568260433436c51a1d540152cc28462e46dae6bfa31acd1fafa9ebe1e4f57ca90d7754a09ccaba142c8d48b228')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_hook"        "$pkgdir/usr/lib/initcpio/hooks/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/netconf_install"     "$pkgdir/usr/lib/initcpio/install/netconf"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE"             "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}



More information about the arch-commits mailing list