Coder Social home page Coder Social logo

funtoo's Introduction

funtoo

Create VM on VirtualBox

1. First step is create virtual machine on VirtualBox with specs.

CPU: '8 core'
RAM: '10 GiB'
HDD: '50 GiB (Dynamically allocated)'
NIC: 'Bridged Adapter'
Enable_EFI_special-OSes-only: True
VideoMemory: '128 MB'
Graphics_Controller: 'VMSVGA'
Enable_3D_Acceleration: True
.
.
.
The rest is left as default.

2. Second download Funtoo images and used it's as a boot CD.

3. Now following the instruction from Funtoo Installation Guide.

Used follow pattern for partitions design.

/dev/sda1: 
    type: fat32 
    size: 500
    size_unit: MiB
/dev/sda2: 
    type: swap 
    size: 7.5 
    size_unit: GiB
/dev/sda3: 
    type: ext4 
    size: 'used the rest of disk.'

For profiles config.

arch: x86-64bit
build: current
subarch: intel64-skylake
flovor: workstation
mix-ins: (non set)

For VGA support.

echo "VIDEO_CARD="virtualbox" >> /etc/make.conf

funtoo's People

Contributors

nutthawit avatar

Watchers

 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.