From owner-freebsd-current@freebsd.org Mon Mar 12 05:41:03 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57B88F4C461 for ; Mon, 12 Mar 2018 05:41:03 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A412068C26 for ; Mon, 12 Mar 2018 05:41:02 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from freyja.zeit4.iv.bundesimmobilien.de ([87.138.105.249]) by mail.gmx.com (mrgmx001 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LgHvY-1eGihB1GAG-00njwI for ; Mon, 12 Mar 2018 06:35:45 +0100 Date: Mon, 12 Mar 2018 06:35:26 +0100 From: "O. Hartmann" To: freebsd-current Subject: Speed up CD/DVD-based FreeBSD Message-ID: <20180312063526.263ab62d@freyja.zeit4.iv.bundesimmobilien.de> Organization: Walstatt MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:loCZEghu0QvVfQNJMDP1snfDkXRJb9b3tSpPzeyelyZh5RzPVaV fFUJ53DoVRFnYguFOmwF77Vi/rbTRsT4nzNstjONTIi4EWZVZrzUaZKoTvzJ1pZbkVZYQn0 +byVE+xT7w3eIFPTOkNMW/3xe4yTsqh0Ypq02E3GGbjF/6qrtDHjTZM5URlV+oy/Nsmb/ik Rqzoo+3BxvAdjGZ4V8m+A== X-UI-Out-Filterresults: notjunk:1;V01:K0:EfMiWtS4Lgo=:qUEZUl6UN/NiK897aFImiN HQVmVT7qwSpkHwnq+2ruNNtfLxHEnvxRPbxGW65uqlHBhrghIJB1ptI6lmoMU7rqBmZywhQac PlzKRxpQF5GYbk4x7SL6P2+5S0gV2aUeb6o6sbRomaCL4TaHO+ilOPPFliY+ICBM0C3rFy3kM Bx5xsV4BuiBmVVPxzAowT/NcvVbRpLfXjdMSCqxTe8NI9BXd55stBy13f6CzGdQu3mFhc4Qlm u4x7/miGl8AfFdfFR3JOB4iiKcXFL7ue30NVy2JyXuC554gWWr7+faCGck9qO4UAi2P3LzkP+ VyaenO/8cqMBIcIB7FO+Ia5Obn4BbUirLMLrcDooaVhAibi/6OMyzQl1uzU8xBMrBRHmRg7Mo n3rxpukjGQboh2Lms87gbJ4gKtTlrMi6dEHgQb1UC40bCf6oM58ly+AK2KQvoMcKUzskxBCLT 8MhukUyBjJqNTFkXdXLpFe0YcltLdUYXOxx0lLnDt8P9mI8SpNDvY2HDRsLF4O3DWUs8v2dn6 EXXHH3ZTJa/LY8AMp4hhJ3xu8vEkYiF1aVZin9/5DKNLD+MFkWxR8VJeopuz6aFfe7szDLAiP qt3D5hjBAjqM1hd+TmiyLxjcrsyuo8OwcN9K16bkqsYM7kHNib1tepvanf7T4UU5AZ+YsKKD3 w9tLShCUaBBrL1m+gsX1YYgDmixk01wiSdK6SBlxNCsxCvlPYw2JPRBWFFZPHSo7MN1DdEq+a QkQiWbm1l3DPPdgWkRBV+hS3ZUimMZzSNLamRzyMrxzgZwd2CCk1D/P6I4vKU1WZwwahTP90Y TKxhXDFlOzVIKFPA3HVPPZJY0lCJsup6YHlfKRhtX0uopZt2No= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2018 05:41:03 -0000 We have a special case of running FreeBSD (actually a NanoBSD) from a CD/DVD. The reason behind using a CD/DVD is to prevent manipulations. Now, after the GUI hass started, the system autologin a user and autostarts Firefox. But starting Firefox takes ~ 5 - 7 minutes, while the operating system takes 2 - 3 minutes. As you can imagine, this isn't quite a useful time. Is there a simple way, considering enough RAM in the box, to speed up the process? Loading Firefox makes the DVD drive moving the head very often - I assume this is the fact because I can hear the head scratiching around very intense. Does FreeBSD bring tools/facilities onboard to achive what I'm requesting or do I need an additional port/softwarepackage? Any considerations are welcome. Thanks in advance, Oliver