[Lunar-commits] <lunar-iso> Copy bash skel files and use them on the Live CD

Stefan Wold ratler at lunar-linux.org
Sun Nov 17 00:32:42 CET 2013


commit bcc4fa15918a53fc3e6a54e9958c4db53c1ac9ce
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 16 Nov 2013 15:31:21 -0800
URL: https://github.com/lunar-linux/lunar-iso/commit/bcc4fa15918a53fc3e6a54e9958c4db53c1ac9ce

Copy bash skel files and use them on the Live CD
---
  mkfiles/iso.mk | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mkfiles/iso.mk
+++ b/mkfiles/iso.mk
@@ -44,6 +44,7 @@ $(ISO_TARGET)/.iso-files: iso-target
 	@> $(ISO_TARGET)/etc/machine-id
 	@ln -sf ../../tmp/random-seed $(ISO_TARGET)/var/lib/random-seed
 	@mkdir -p $(ISO_TARGET)/var/cache/man
+	@cp $(ISO_TARGET)/etc/skel/.* $(ISO_TARGET)/root/
 	@touch $@
 
 iso-files: $(ISO_TARGET)/.iso-files $(addprefix $(ISO_TARGET)/etc/, $(ISO_ETC_FILES))
@@ -111,7 +112,6 @@ $(ISO_SOURCE)/lunar-$(ISO_VERSION).iso: iso-tools iso-files iso-isolinux iso-str
 	-m '$(ISO_TARGET)/var/tmp/*' \
 	-m '$(ISO_TARGET)/var/spool/*' \
 	-m '$(ISO_TARGET)/var/log/*' \
-	-m '$(ISO_TARGET)/root/*' \
 	-m '$(ISO_TARGET)/usr/lib/locale' \
 	-m '$(ISO_TARGET)/usr/share/locale' \
 	-m '$(ISO_TARGET)/usr/share/man/man2' \




More information about the Lunar-commits mailing list