source: trunk/server/doc/install-fedora @ 1693

Last change on this file since 1693 was 1693, checked in by ezyang, 13 years ago
Merge Fedora 13 development back to trunk.
File size: 569 bytes
Line 
1Installing a Scripts guest on a Xen host
2----------------------------------------
3
4We use Kickstart to to initial Fedora configuration.  Installing a new
5vanilla machine is as easy as:
6
7    xm create scripts-server machine_name=$MACHINE install=fXX && console $MACHINE
8
9The only prompt (near the beginning of the install process) should be
10for the root password, and at the end, when it asks you to reboot.
11Say yes, and the machine will power down, and then restart without
12the install parameter:
13
14    xm create scripts-server machine_name=$MACHINE && console $MACHINE
Note: See TracBrowser for help on using the repository browser.