X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 7A867DC0422 for ; Tue, 15 Dec 2015 10:21:35 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 5796ADC00B4 for ; Tue, 15 Dec 2015 10:21:35 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id C7E065A12D3; Tue, 15 Dec 2015 10:10:49 +0000 (GMT) Date: Tue, 15 Dec 2015 11:21:30 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/alpine-conf: Change /etc/lbu/lbu.conf permissions to 644. Filesystems creation fixes and description added in setup-disk script. Message-ID: <20151215112130.7351192b@ncopa-desktop.alpinelinux.org> In-Reply-To: <1449833746-15227-1-git-send-email-valery.kartel@gmail.com> References: <1449833746-15227-1-git-send-email-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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 Fri, 11 Dec 2015 13:35:46 +0200 Valery Kartel wrote: > @@ -0,0 +1,71 @@ > +--- old/setup-disk.in > ++++ new/setup-disk.in ... > +@@ -917,6 +920,12 @@ > + -s Use SWAPSIZE MB instead of autodetecting swap size (Use 0 to disable swap) > + -v Be more verbose about what is happening > + > ++If BOOTFS, ROOTFS, VARFS are specified, then format a partition with specified > ++filesystem. If not specified, the default filesystem is ext4. > ++Supported filesystems for > ++ boot: ext2, ext3, ext4, btrfs I actually tested this. It does not boot if BOOTFS=btrfs. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---