mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Add a quick statement about BtrFS :-)
This commit is contained in:
parent
53985bf64d
commit
85d4a49acd
2 changed files with 12 additions and 4 deletions
10
INSTALL
10
INSTALL
|
@ -37,12 +37,16 @@ the top directory.
|
||||||
3. Installation
|
3. Installation
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
ReactOS can only be installed on a machine that has a FAT16 or FAT32 partition
|
By default, ReactOS can only be installed on a machine that has a FAT16 or FAT32
|
||||||
as the active (bootable) partition. The partition on which ReactOS is to be
|
partition as the active (bootable) partition. The partition on which ReactOS is
|
||||||
installed (which may or may not be the bootable partition) must also be
|
to be installed (which may or may not be the bootable partition) must also be
|
||||||
formatted as FAT16 or FAT32. ReactOS Setup can format the partitions if
|
formatted as FAT16 or FAT32. ReactOS Setup can format the partitions if
|
||||||
needed.
|
needed.
|
||||||
|
|
||||||
|
Starting 0.4.10, ReactOS can be installed using the BtrFS file system. But
|
||||||
|
consider this as an experimental feature and thus regressions not triggered on
|
||||||
|
FAT setup may be observed.
|
||||||
|
|
||||||
ReactOS can be installed from the source distribution or from the bootable CD
|
ReactOS can be installed from the source distribution or from the bootable CD
|
||||||
distribution. The two ways to install ReactOS are explained below.
|
distribution. The two ways to install ReactOS are explained below.
|
||||||
|
|
||||||
|
|
|
@ -64,10 +64,14 @@ See ["Building ReactOS"](http://www.reactos.org/wiki/Building_ReactOS) for more
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
ReactOS currently can only be installed on a machine that has a FAT16 or FAT32 partition as the active (bootable) partition.
|
By default, ReactOS currently can only be installed on a machine that has a FAT16 or FAT32 partition as the active (bootable) partition.
|
||||||
The partition on which ReactOS is to be installed (which may or may not be the bootable partition) must also be formatted as FAT16 or FAT32.
|
The partition on which ReactOS is to be installed (which may or may not be the bootable partition) must also be formatted as FAT16 or FAT32.
|
||||||
ReactOS Setup can format the partitions if needed.
|
ReactOS Setup can format the partitions if needed.
|
||||||
|
|
||||||
|
Starting 0.4.10, ReactOS can be installed using the BtrFS file system. But
|
||||||
|
consider this as an experimental feature and thus regressions not triggered on
|
||||||
|
FAT setup may be observed.
|
||||||
|
|
||||||
To install ReactOS from the bootable CD distribution, extract the archive contents. Then burn the CD image, boot from it, and follow the instructions.
|
To install ReactOS from the bootable CD distribution, extract the archive contents. Then burn the CD image, boot from it, and follow the instructions.
|
||||||
|
|
||||||
See ["Installing ReactOS"](https://www.reactos.org/wiki/Installing_ReactOS) Wiki page or [INSTALL](INSTALL) for more details.
|
See ["Installing ReactOS"](https://www.reactos.org/wiki/Installing_ReactOS) Wiki page or [INSTALL](INSTALL) for more details.
|
||||||
|
|
Loading…
Reference in a new issue