[Lunar-commits] <lunar-iso> iso.mk: random-seed is really located in var/lib/systemd
Stefan Wold
ratler at lunar-linux.org
Mon Nov 25 21:35:23 CET 2013
commit c29b7db43aa2b4094c6df751243e9b7fe9500149
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 25 Nov 2013 12:34:44 -0800
URL: https://github.com/lunar-linux/lunar-iso/commit/c29b7db43aa2b4094c6df751243e9b7fe9500149
iso.mk: random-seed is really located in var/lib/systemd
---
mkfiles/iso.mk | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mkfiles/iso.mk
+++ b/mkfiles/iso.mk
@@ -42,7 +42,7 @@ $(ISO_TARGET)/.iso-files: iso-target
@[ ! -d $(ISO_TARGET)/etc/dracut.conf.d ] || rmdir --ignore-fail-on-non-empty $(ISO_TARGET)/etc/dracut.conf.d
@cp -r $(ISO_SOURCE)/livecd/template/etc/systemd $(ISO_TARGET)/etc
@> $(ISO_TARGET)/etc/machine-id
- @ln -sf ../../tmp/random-seed $(ISO_TARGET)/var/lib/random-seed
+ @ln -sf ../../../tmp/random-seed $(ISO_TARGET)/var/lib/systemd/random-seed
@mkdir -p $(ISO_TARGET)/var/cache/man
@find $(ISO_TARGET)/etc/skel/ -type f -exec cp {} $(ISO_TARGET)/root/ \;
@ln -sf /tmp/resolv.conf $(ISO_TARGET)/etc/resolv.conf
More information about the Lunar-commits
mailing list