From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VlLh1-0004c2-9O for mharc-grub-devel@gnu.org; Tue, 26 Nov 2013 11:40:55 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlLgq-0004Tu-HY for grub-devel@gnu.org; Tue, 26 Nov 2013 11:40:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlLgi-0000BR-4u for grub-devel@gnu.org; Tue, 26 Nov 2013 11:40:44 -0500 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:61282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlLgh-0000B5-Q2 for grub-devel@gnu.org; Tue, 26 Nov 2013 11:40:36 -0500 Received: by mail-la0-f46.google.com with SMTP id eh20so4395963lab.5 for ; Tue, 26 Nov 2013 08:40:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=Qt5Z5ew9KwNtxbN0rKCePLfB2C+5UBY8ED570JwoDWg=; b=RhzufQyqjoYluE6z7JZ3p3M0uu/TtRitCb6tM4HSsbdd17Lp6nHjX/7DDqzkdpUf6a sLMDH6tkeHce613mDzoE9J+A80svsWI1os2c2ttm4JmgHTFj5nhxkd/ggAcLY3uRPK6m NNXiyyVdeMAueo+Vz2kkojLbs5lqSZjmEQHBDZZCijvAFmua6c+C2amPw+n6iprX/sUA xiRjcEzu4PRfXuqtOreB6h8WyMnlB9KlDrQMaMk9dLrJIVkZNEymVCcEue3PIHFRwNQn nuzyqMctjqfpLeZrI8qye7/bqgP3J7UIDu9KR5GLgyw7FwKMAgy5rf9cj3TTkwKIktrO epsA== X-Received: by 10.112.16.67 with SMTP id e3mr26748lbd.55.1385484034503; Tue, 26 Nov 2013 08:40:34 -0800 (PST) Received: from opensuse.site (ppp91-76-170-113.pppoe.mtu-net.ru. [91.76.170.113]) by mx.google.com with ESMTPSA id c10sm39322225lbd.9.2013.11.26.08.40.33 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 26 Nov 2013 08:40:34 -0800 (PST) Date: Tue, 26 Nov 2013 20:40:33 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: grub-mkimage and other utils documentation Message-ID: <20131126204033.44ccb984@opensuse.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 16:40:53 -0000 I started to clean --pubkey in docs, hit grub-mkimage reference, hit "grub-install is just a shell script" ... it really needs cleanup. Is grub-install terse description intentional? If not, I'm going to actually document all utilities and all options not defined as hidden. We probably need to mention common options between various utilities as well. Or should some tools be skipped? I'm fine to document them in grub-devel though, but I'd like to have them documented /somewhere/.