Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=666f13f9d5677c7473e09e1defb0e433ff09626a
commit 666f13f9d5677c7473e09e1defb0e433ff09626a Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Nov 6 00:36:56 2007 +0100 grubconfig: added manpage diff --git a/doc/grubconfig.txt b/doc/grubconfig.txt new file mode 100644 index 0000000..c7a998a --- /dev/null +++ b/doc/grubconfig.txt @@ -0,0 +1,26 @@ += grubconfig(1) + +== NAME + +grubconfig - configures the GRUB boot loader + +== SYNOPSIS + +grubconfig [options] + +== DESCRIPTION + +grubconfig is a front-end to grub-install. It supports installing to RAID +partitions, and it supports generating a configuration file (`menu.lst`) +automatically for you. The later will contain the list of auto-detected other +operating systems. + +NOTE: The old `menu.lst` is saved as `menu.lst.old` for you. + +== OPTIONS + +--help:: + Display this manpage. + +--version:: + Display the package version. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
