X-Original-To: alpine-user@mail.alpinelinux.org Delivered-To: alpine-user@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id EC0C9DC12A1 for ; Wed, 27 Jan 2016 01:57:05 +0000 (UTC) Received: from smtp6.openmailbox.org (smtp6.openmailbox.org [62.4.1.40]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id B1398DC0510 for ; Wed, 27 Jan 2016 01:57:05 +0000 (UTC) Received: by mail2.openmailbox.org (Postfix, from userid 1004) id B85EE2AC31B3; Wed, 27 Jan 2016 02:57:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1453859823; bh=r8XqsgeTjzKg1pyPv5Hs+H4lKCGquPfpOj7zb3E3RVI=; h=Date:From:To:Subject:From; b=XjYIv/p60sOQCCXEiW2robGTLSj1NV3CCck4gx3WUoIWmOWadPjRoYrfI8AmSsaAe gK+IOTQLHQULGEd72RAK2LjV+PzSWySoAf3Pfr1kLT5k4OnZH9rNYIMOuVjG1ebSIV jIbtIAT29f3nTYTLC4oBMe37RmnHLwAStQ4TWDE4= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on openmailbox-b2 X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=ALL_TRUSTED,BAYES_50, DKIM_ADSP_ALL autolearn=no autolearn_force=no version=3.4.0 Received: from www.openmailbox.org (openmailbox-b1 [10.91.69.218]) by mail2.openmailbox.org (Postfix) with ESMTP id 9AC1B2AC2A77 for ; Wed, 27 Jan 2016 02:57:03 +0100 (CET) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 27 Jan 2016 02:57:03 +0100 From: pmsmith@openmailbox.org To: alpine-user@lists.alpinelinux.org Subject: [alpine-user] Multiple questions related to Alpine Linux Message-ID: <31f2c9d4fcba140bbb1da0a1d8d22af1@openmailbox.org> X-Sender: pmsmith@openmailbox.org User-Agent: Roundcube Webmail/1.0.6 X-Virus-Scanned: ClamAV using ClamSMTP 1) In the Alpine install environment, unicode characters display correctly in the console, but after installing to disk and rebooting they display as '?' on /dev/tty1. On all other ttys they display correctly. What could be the cause of this? 2) If installing Alpine to disk, the script 'setup-disk' will not use mkinitfs.conf from Alpine install environment when creating the initramfs image, but instead "ata base ide scsi usb virtio" is hardcoded in the script and will become the default in the installed system. To install Alpine on eMMC on have to edit 'setup-disk' and add mmc to inifs_features or else boot will fail. Is it intentional that 'setup-disk' will not use mkinitfs.conf? 3) While creating a custom Alpine ISO image with the 'alpine-iso' script, I want to add some scripts to /sbin in initramfs. How can I do that? --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---