[Lunar-commits] <lunar-iso> Suppress systemd-machine-id-setup output.

Peter de Ridder peter at lunar-linux.org
Sun Oct 13 22:07:15 CEST 2013


commit cb4b6ff2eb816eef449b7c851ac99ac3ed52a280
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Fri, 11 Oct 2013 11:53:04 -0700
URL: https://github.com/lunar-linux/lunar-iso/commit/cb4b6ff2eb816eef449b7c851ac99ac3ed52a280

Suppress systemd-machine-id-setup output.
---
  lunar-install/sbin/lunar-install | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/lunar-install/sbin/lunar-install
+++ b/lunar-install/sbin/lunar-install
@@ -1118,7 +1118,7 @@ transfer()
 
 			# pass through some of the configuration at this point:
 			percent_msg "Finishing up installation"
-			chroot_run systemd-machine-id-setup
+			chroot_run systemd-machine-id-setup 2> /dev/null
 			echo -e "KEYMAP=$KEYMAP\nFONT=$CONSOLEFONT" > $TARGET/etc/vconsole.conf
 			[ -z "$LANG" ] || chroot_run localectl --no-ask-password set-locale "LANG=$LANG"
 			[ -z "$EDITOR" ] || echo "export EDITOR=\"$EDITOR\"" > $TARGET/etc/profile.d/editor.rc




More information about the Lunar-commits mailing list