PROKIT-INSTALLER-PC

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
COPYRIGHT


NAME

prokit-installer-pc - Install a PC system onto a block device

SYNOPSIS

prokit installer-pc -a arch -p plat [-m mirror] suite device

DESCRIPTION

prokit installer-pc installs a basic PC system of suite onto device.

suite can be a distribution like trunk; a channel and distribution like dev/trunk; a profile and distribution like proteanos:trunk; or a profile, channel, and distribution like proteanos:dev/trunk.

device must be a block device file representing a whole storage device, not a partition.

OPTIONS

-a arch

Install packages built for the arch architecture.

-p plat

Install packages built for the plat platform.

-m mirror

Download packages from mirror instead of automatically selecting one at random. mirror is a base URL like http://us.mirror.gnu.dk/pub/proteanos.

EXAMPLES

# prokit installer-pc -a i686-linux-glibc -p x60 dev/trunk /dev/sdb

COPYRIGHT

Copyright (C) 2014, 2015 Patrick McDermott

The ProteanOS Development Kit is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The ProteanOS Development Kit is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the ProteanOS Development Kit. If not, see <http://www.gnu.org/licenses/>.