Changeset 1980


Ignore:
Timestamp:
Sep 17, 2011, 8:53:20 PM (13 years ago)
Author:
ezyang
Message:
Remind to setup conserver.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/doc/install-fedora

    r1698 r1980  
    66    lvcreate -n $MACHINE-root --size 50.00G $HOST
    77    lvcreate -n $MACHINE-swap --size 10.00G $HOST
     8
     9Make sure that the console has an entry for this host:
     10
     11    vim /etc/conserver/conserver.cf
     12
     13If it doesn't, add:
     14
     15    console $MACHINE {
     16        master $HOST;
     17        include xen;
     18    }
    819
    920We use Kickstart to to initial Fedora configuration.  Installing a new
Note: See TracChangeset for help on using the changeset viewer.