+20
.github/workflows/nixos-manual.yml
+20
.github/workflows/nixos-manual.yml
···
+18
nixos/doc/manual/development/building-nixos.chapter.md
+18
nixos/doc/manual/development/building-nixos.chapter.md
···+Building a NixOS CD is as easy as configuring your own computer. The idea is to use another module which will replace your `configuration.nix` to configure the system that would be installed on the CD.+$ nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/installation-cd-minimal.nix default.nix+Before burning your CD/DVD, you can check the content of the image by mounting anywhere like suggested by the following command:+If you want to customize your NixOS CD in more detail, or generate other kinds of images, you might want to check out [nixos-generators](https://github.com/nix-community/nixos-generators). This can also be a good starting point when you want to use Nix to build a 'minimal' image that doesn't include a NixOS installation.
-33
nixos/doc/manual/development/building-nixos.xml
-33
nixos/doc/manual/development/building-nixos.xml
···-<prompt>$ </prompt>nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/installation-cd-minimal.nix default.nix</screen>-xlink:href="https://github.com/nix-community/nixos-generators">nixos-generators</link>. This can also be a good starting point when you want to use Nix to build a
+1
-1
nixos/doc/manual/development/development.xml
+1
-1
nixos/doc/manual/development/development.xml
···
+5
nixos/doc/manual/from_md/README.md
+5
nixos/doc/manual/from_md/README.md
···+This directory is temporarily needed while we transition the manual to CommonMark. It stores the output of the ../md-to-db.sh script that converts CommonMark files back to DocBook.+We are choosing to convert the Markdown to DocBook at authoring time instead of manual building time, because we do not want the pandoc toolchain to become part of the NixOS closure.+Do not edit the DocBook files inside this directory or its subdirectories. Instead, edit the corresponding .md file in the normal manual directories, and run ../md-to-db.sh to update the file here.
+33
nixos/doc/manual/from_md/development/building-nixos.chapter.xml
+33
nixos/doc/manual/from_md/development/building-nixos.chapter.xml
···+<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-building-cd">+$ nix-build -A config.system.build.isoImage -I nixos-config=modules/installer/cd-dvd/installation-cd-minimal.nix default.nix
+32
nixos/doc/manual/md-to-db.sh
+32
nixos/doc/manual/md-to-db.sh
···