diff options
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 4cbb9c30c0..aef58203bb 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1314,14 +1314,6 @@ | |||
1314 | Normally, you do not use this class directly. | 1314 | Normally, you do not use this class directly. |
1315 | Instead, you add "live" to | 1315 | Instead, you add "live" to |
1316 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>. | 1316 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>. |
1317 | You can selectively build just one of these types through the | ||
1318 | <link linkend='var-NOISO'><filename>NOISO</filename></link> | ||
1319 | and | ||
1320 | <link linkend='var-NOHDD'><filename>NOHDD</filename></link> variables. | ||
1321 | For example, if you were building an ISO image, you would add "live" | ||
1322 | to <filename>IMAGE_FSTYPES</filename>, set the | ||
1323 | <filename>NOISO</filename> variable to "0" and the build system would | ||
1324 | use the <filename>image-live</filename> class to build the ISO image. | ||
1325 | </para> | 1317 | </para> |
1326 | </section> | 1318 | </section> |
1327 | 1319 | ||