X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 79A50DC7A79 for ; Fri, 27 Nov 2015 18:24:59 +0000 (UTC) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id F191ADC1398 for ; Fri, 27 Nov 2015 18:24:58 +0000 (UTC) Received: by lfs39 with SMTP id 39so134652275lfs.3 for ; Fri, 27 Nov 2015 10:24:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=/y6D18bI6SMmSgO2rpdr+DLIqJWapiEf4dqIJx0EIRk=; b=Wl4F+zVG7of25nZ5pFt36uc2W2w9dfDd2kCAeFbFJ6x3wimN/c/Gy7YCTzbEyQXqVd swdD8N5odtw7mgIDtcZ+lFBkn0+/OjgY2+49qLIpgLECR+OzdqCzTyzUBXL55yzNDD+S 4UmJ7znyko5vB1tQe7J8bfVmm3kGug0/qCR3Gn7yN2qExDuwMdjenqm9n8p4ANdTGezA buAKwPuqrMI6Be8KnpwvAuNXbwtxWKK+5aGdJqXxqsk05VmhbwF4C+JFv4toGDbq1O+0 HIQp1G+Bd4sMgzv6VM/BroYfUUOHaJo4XjsXyPnRjAktYy44fydbtOc9ENpdtRhLXSxj IEGw== X-Received: by 10.112.77.194 with SMTP id u2mr5703652lbw.62.1448648696453; Fri, 27 Nov 2015 10:24:56 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id ba9sm5084197lbc.12.2015.11.27.10.24.56 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Nov 2015 10:24:56 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 27 Nov 2015 20:24:52 +0200 From: Timo Teras To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] alpine 3.3.0 rc1 released Message-ID: <20151127202452.246e46b3@vostro> In-Reply-To: <20151126171801.32e233ba@ncopa-desktop.alpinelinux.org> References: <20151126171801.32e233ba@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel 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 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Thu, 26 Nov 2015 17:18:01 +0100 Natanael Copa wrote: > I am happy to announce that Alpine 3.3.0 first release candidate is > released. Awesome! >[snip] > - The initramfs has been refactored. We no longer depend on specifying > alpine_dev as boot option. Instead, the boot repositories and apkovl > should be automatically found using the new nlplug-findfs tool. Semi related to this... see below > I would appreciate help with testing: > > - boot from usb, using setup-bootable and real hardware. Test that you > can store apkovl with 'lbu commit'. Do this with: > - alpine image > - vanilla image > - extended image > - xen image > > - test upgrading from v3.2 to v3.3. > > - test various different disk install combinations, eg lvm on raid, > lvm without raid, raid without lvm. > > Any other testing is also appreciated. Specially on different kind of > hardware. Boots and works on pcengines apu. But the NIC died after setup-udev. setup-udev seems to disable hwdrivers from startup. Adding it back made things tick. The same is true on Raspberry Pi. udev will not load all required modules, but having hwdrivers there will do it. I suppose we can't delete hwdrivers. /Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---