[arch-commits] Commit in systemd/trunk (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed May 27 19:09:23 UTC 2015


    Date: Wednesday, May 27, 2015 @ 21:09:23
  Author: bpiotrowski
Revision: 239823

upgpkg: systemd 220-3

add example configuration files for bootctl

Added:
  systemd/trunk/arch.conf
  systemd/trunk/loader.conf
  systemd/trunk/splash-arch.bmp
Modified:
  systemd/trunk/PKGBUILD

-----------------+
 PKGBUILD        |   17 ++++++++++++++---
 arch.conf       |    7 +++++++
 loader.conf     |    2 ++
 splash-arch.bmp |    2 ++
 4 files changed, 25 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-27 18:58:38 UTC (rev 239822)
+++ PKGBUILD	2015-05-27 19:09:23 UTC (rev 239823)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=220
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -15,11 +15,17 @@
 source=("git://anongit.freedesktop.org/systemd/systemd#tag=v$pkgver"
         'initcpio-hook-udev'
         'initcpio-install-systemd'
-        'initcpio-install-udev')
+        'initcpio-install-udev'
+        'arch.conf'
+        'loader.conf'
+        'splash-arch.bmp')
 md5sums=('SKIP'
          '90ea67a7bb237502094914622a39e281'
          '8516a7bd65157d0115c113118c10c3f3'
-         'bde43090d4ac0ef048e3eaee8202a407')
+         'bde43090d4ac0ef048e3eaee8202a407'
+         '82bda9612e3a361a74cf8de2a0134b15'
+         '6ea803e5179d623716e3be0b636de658'
+         '1e2f9a8b0fa32022bf0a8f39123e5f4e')
 
 prepare() {
   cd "$pkgname"
@@ -145,6 +151,11 @@
   install -dm755 "$srcdir"/_libsystemd/usr/lib
   cd "$srcdir"/_libsystemd
   mv "$pkgdir"/usr/lib/lib{systemd,{g,}udev}*.so* usr/lib
+
+  # add example bootctl configuration
+  install -Dm644 "$srcdir/arch.conf" "$pkgdir"/usr/share/systemd/bootctl/arch.conf
+  install -Dm644 "$srcdir/loader.conf" "$pkgdir"/usr/share/systemd/bootctl/loader.conf
+  install -Dm644 "$srcdir/splash-arch.bmp" "$pkgdir"/usr/share/systemd/bootctl/splash-arch.bmp
 }
 
 package_libsystemd() {

Added: arch.conf
===================================================================
--- arch.conf	                        (rev 0)
+++ arch.conf	2015-05-27 19:09:23 UTC (rev 239823)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID=XXXX rootfstype=XXXX add_efi_memmap

Added: loader.conf
===================================================================
--- loader.conf	                        (rev 0)
+++ loader.conf	2015-05-27 19:09:23 UTC (rev 239823)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Added: splash-arch.bmp
===================================================================
(Binary files differ)

Index: systemd/trunk/splash-arch.bmp
===================================================================
--- splash-arch.bmp	2015-05-27 18:58:38 UTC (rev 239822)
+++ splash-arch.bmp	2015-05-27 19:09:23 UTC (rev 239823)

Property changes on: systemd/trunk/splash-arch.bmp
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+image/x-ms-bmp
\ No newline at end of property



More information about the arch-commits mailing list