소스 검색

README: clarify arm images slightly

classabbyamp 1 년 전
부모
커밋
c4785dd957
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      README.md
  2. 3 3
      README.md.in

+ 3 - 3
README.md

@@ -46,9 +46,9 @@ First create a ROOTFS for the desired architecture, then use
 #### Generating ARM images
 
 Platform-specific filesystem images contain a basic filesystem layout (`/` and
-`/boot` partitions), ready to be copied to the target drive with `dd`. despite
-the naming, they are not traditional "live" images like those available on x86
-platforms, and do not need installation like live ISOs.
+`/boot` partitions), ready to be copied to the target drive with `dd`. These are
+not "live" images like those available on x86 platforms, and do not need
+installation like live ISOs.
 
 To generate these images, first create a PLATFORMFS for the desired platform,
 then use [*mkimage.sh*](#mkimagesh) to generate the image.

+ 3 - 3
README.md.in

@@ -44,9 +44,9 @@ First create a ROOTFS for the desired architecture, then use
 #### Generating ARM images
 
 Platform-specific filesystem images contain a basic filesystem layout (`/` and
-`/boot` partitions), ready to be copied to the target drive with `dd`. despite
-the naming, they are not traditional "live" images like those available on x86
-platforms, and do not need installation like live ISOs.
+`/boot` partitions), ready to be copied to the target drive with `dd`. These are
+not "live" images like those available on x86 platforms, and do not need
+installation like live ISOs.
 
 To generate these images, first create a PLATFORMFS for the desired platform,
 then use [*mkimage.sh*](#mkimagesh) to generate the image.