View RSS Feed

Kusu/OCS

Kusu/OCS related topics

  1. Partitioning in Kusu

    by on June 10th, 2008 at 05:18 PM
    Partitioning is important in Kusu for the following reasons:
    1. On the master node, the disks need to be correctly partitioned, so that repositories can be created on the disk before handing over to the distro's auto-installation mechanism.
    2. On the compute node, partitioning needs to take place unattended, according to a predefined schema in the database, with options to preserve certain types of partitions as well.

    Over the next few blog entries, I will describe the approach taken ...

    Updated July 2nd, 2008 at 09:02 AM by George Goh

    Categories
    Kusu/OCS
  2. Kusu Installation

    by on April 8th, 2008 at 10:02 AM
    Overview

    The Kusu installer is the first program that is run when the user boots from a Kusu ISO. It is a wizard-style program responsible for collecting the initial information that will describe and set up a Kusu cluster, including the timezone, networks, root password, disk partitioning, and kits available.

    The Kusu installer is made up of 2 parts: the screens (context-specific info and prompts), and the navigation framework. In this document, I will describe the screens. ...

    Updated June 10th, 2008 at 04:28 PM by George Goh

    Categories
    Kusu/OCS