From f06cbca0343c0f96809c0ed69642a63f7410700f Mon Sep 17 00:00:00 2001 From: fake Date: Thu, 25 Nov 2004 11:53:13 +0000 Subject: [PATCH] fake: livecd: the 2nd ldconfig is redundant, now. [2004112014054021972] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4808 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/livecd/fixedfiles/system | 4 ---- 1 file changed, 4 deletions(-) diff --git a/target/livecd/fixedfiles/system b/target/livecd/fixedfiles/system index b7e5846e5..003151842 100644 --- a/target/livecd/fixedfiles/system +++ b/target/livecd/fixedfiles/system @@ -160,10 +160,6 @@ case "$1" in fi status - title "Running ldconfig." - /sbin/ldconfig >/dev/null 2>&1 || error=$? - status - title "Setting mixer devices Master and PCM to 65%." /usr/bin/amixer sset PCM 20 >/dev/null 2>&1 || error=$? /usr/bin/amixer sset PCM unmute >/dev/null 2>&1 || error=$?