From 91fd2beff99c9e623a201c8221964353c8669044 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 11 Apr 2002 05:06:15 +0000 Subject: Updated installer script Added package dhcpcd Took ash job control out of busybox for bootdisk --- rc.sysinit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index ba7b402..047ceeb 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -67,8 +67,7 @@ stat_done if [ "$HOSTNAME" != "" ]; then stat_busy "Setting Hostname: $HOSTNAME" - /bin/hostname $HOSTNAME - stat_done + checkret /bin/hostname $HOSTNAME fi stat_busy "Starting System Logger" -- cgit v1.2.3