From e9b4330e9410f43dfe8b95b892b735175774f113 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 17 Jul 2012 20:48:28 +0200 Subject: os-release: factor out distro name/url This should make the lives of our downstreams slightly simpler by not having to patch rc.sysinit, but rather just ship their own /etc/os-release. Signed-off-by: Tom Gundersen --- rc.sysinit | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index c031531..8a3c5a4 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -12,10 +12,8 @@ elif [[ $LOCALE ]]; then export LANG=$LOCALE fi -echo " " -printhl "Arch Linux\n" -printhl "${C_H2}https://www.archlinux.org" -printsep +# Prints distro name and URL +print_welcome # mount the API filesystems # /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm -- cgit v1.2.3