From 0ab4f48caafb7dfd496fe51d3c5db129e95f65a5 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 1 Oct 2013 13:40:57 +0200 Subject: update for systemd in initramfs --- install/uname | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/uname') diff --git a/install/uname b/install/uname index f0fd732..1b306ab 100644 --- a/install/uname +++ b/install/uname @@ -1,7 +1,8 @@ #!/bin/sh build() { - add_runscript + add_systemd_unit uname.service + add_symlink "/usr/lib/systemd/sysinit.target.wants/uname.service" "../uname.service" # busybox provides uname, so we do not add it } -- cgit v1.2.3-54-g00ecf