Code Monkey home page Code Monkey logo

gentooinstall's Introduction

Description:
  Install Gentoo Linux by automating most of the steps in the Gentoo Handbook.

Usage:
  gentooinstall [options]

Options:
  -a, --architecture x86_64
    Which guest architecture to install. Default is the host architecture.
    Supported architectures are:
      i486, i686, x86_64,
      armv4, armv5, armv6, armv6hf, armv7, armv7hf, aarch64,
      ppc, ppc64,
      alpha
  --bootloader grub-efi
    Which bootloader to install on the boot device:
      bios-lilo
      uefi-refind  
      grub-efi default
  -d, --destination /mnt/gentoo
    Install into this location. If a directory is provided, then install into
    that directory. If an empty block device is provided, then it will be
    partitioned and mounted. Default mountpoint is "/mnt/gentoo".
  --destination-root-partuuid 00000000-0000-0000-0000-000000000000
    Specify the destination root partuuid instead of automatically detecting it.
  -h, --help
    Display this help message and exit.
  --no-news
    Do not display unread news items.
  --no-warning
    Do not display or wait for the 10-second pre-install warning.
  -m, --mountpoint /mnt/gentoo
    Where to mount the destination block devices. Default is "/mnt/gentoo"
  --mirror http://distfiles.gentoo.org
    Download the stage3 files from a different mirror.
  --password password
    Set the root password to "password".
  --partition-type gpt
    The type of a partition table to create: gpt or msdos.
  --partition-block-size 1048576
    The block size used for partition alignment.
  -p, --phase phase1,phase2,...
    A comma-separated list of which phases to run:
      partition           conditional  Partition an empty block device
      mount               conditional  Mount the destination block device
      stage3download      default      Download the stage 3 tarball
      stage3signature     default      Verify the cryptographic signature
      stage3hash          default      Verify the hash
      stage3extract       default      Extract the stage 3 tarball
      stage3delete        default      Delete the stage 3 tarball
      resolvconf          default      Add default nameservers
      dynamictranslation  default      Enable dynamic translation if required
      procsysdev          automatic    Mount proc, sys, and dev
      portage             default      Install Portage
      timezone            default      Set the timezone
      locale              default      Set the locale
      network             default      Set the network & system tools
      kernel                           Install and compile the kernel
      fstab                            Add boot, root, and swap entries
      bootloader                       Configure and install a bootloader
      update              default      Update the world
      password            default      Set the root password
  --portage latest
    Install the latest portage snapshot or provide a URL to a different version.
  --stage3 latest
    Install the latest stage3 tarball or provide a URL to a different version.
  -t, --timezone "America/Lima"
    Which timezone to configure.

Examples:
  gentooinstall -d /dev/sdzz -t "Canada/Mountain"
  gentooinstall -p kernel,fstab,bootloader

Version:
  Gentoo Install 2.0.0.2020
  Copyright (C) 2016 Nathan Shearer & Cesar Vergara
  Licensed under GNU General Public License 2.0
  forked from https://github.com/nathanshearer/gentooinstall

gentooinstall's People

Contributors

nathanshearer avatar cesarius1970 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.