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