[arch-commits] Commit in mkinitcpio-netconf/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 14:14:32 UTC 2020
Date: Tuesday, July 7, 2020 @ 14:14:32
Author: felixonmars
Revision: 658776
archrelease: copy trunk to community-staging-any
Added:
mkinitcpio-netconf/repos/community-staging-any/
mkinitcpio-netconf/repos/community-staging-any/Changelog
(from rev 658775, mkinitcpio-netconf/trunk/Changelog)
mkinitcpio-netconf/repos/community-staging-any/PKGBUILD
(from rev 658775, mkinitcpio-netconf/trunk/PKGBUILD)
-----------+
Changelog | 17 +++++++++++++++++
PKGBUILD | 19 +++++++++++++++++++
2 files changed, 36 insertions(+)
Copied: mkinitcpio-netconf/repos/community-staging-any/Changelog (from rev 658775, mkinitcpio-netconf/trunk/Changelog)
===================================================================
--- community-staging-any/Changelog (rev 0)
+++ community-staging-any/Changelog 2020-07-07 14:14:32 UTC (rev 658776)
@@ -0,0 +1,17 @@
+2019-04-11 Giancarlo Razzolini <grazzolini at archlinux.org>
+ * 0.0.5:
+ - Added functionality for handling of the local interface
+
+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.
Copied: mkinitcpio-netconf/repos/community-staging-any/PKGBUILD (from rev 658775, mkinitcpio-netconf/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 14:14:32 UTC (rev 658776)
@@ -0,0 +1,19 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=mkinitcpio-netconf
+pkgver=0.0.5
+pkgrel=2
+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')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='Changelog'
+sha512sums=('b2460c7b5d963613c3df83249e73b4e8fe70818c3928c051a77bc28f7d58bb30bfa844394f0547d73e4422fa152c87a961036721bc29e9c3b1ced88528ae10d8')
+
+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