summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* Merge pull request #48025 from ↵Samuel Dionne-Riel2018-10-09
|\ | | | | | | | | samueldr/fix/actually-fix-partitioning-instructions nixos/doc: Actually fix partitioning instructions.
| * nixos/doc: Actually fix partitioning instructions.Samuel Dionne-Riel2018-10-08
| | | | | | | | | | | | The previous tentative to the fix got the order mixed up a bit. This new fix has been re-verified to get them in the good order as per the instructions in the following chapters.
* | Merge pull request #47917 from arianvp/fix-imperative-containersSamuel Dionne-Riel2018-10-08
|\ \ | | | | | | Fix imperative containers
| * | Revert "Revert "Revert "doc: Update section about imperative containers"""Arian van Putten2018-10-05
| | | | | | | | | | | | | | | | | | nixos-container can now execute nix commands again inside the container This reverts commit 9622cd3b38ddbc7faa4cac2a48dbd70bd99570d0.
* | | Merge pull request #45978 from fgaz/patch-1Matthew Bauer2018-10-08
|\ \ \ | |_|/ |/| | nixos docs: system restart to apply containers nat
| * | nixos docs: system restart to apply containers natFrancesco Gazzetta2018-09-03
| | |
* | | Merge pull request #47554 from dtzWill/update/light-1.2Will Dietz2018-10-05
|\ \ \ | | | | | | | | light: 1.1.2 -> 1.2, use new udev support instead of setuid wrapper.
| * | | fix minor typo per reviewer feedbackWill Dietz2018-10-01
| | | |
| * | | nixos/doc: mention light module change in release notesJörg Thalheim2018-10-01
| | | |
* | | | nixos/doc: Updates release date for 18.09Samuel Dionne-Riel2018-10-05
| | | |
* | | | Merge pull request #47575 from samueldr/1809/release-notesSamuel Dionne-Riel2018-10-05
|\ \ \ \ | |_|_|/ |/| | | Updates 18.09 release notes for release.
| * | | Updates 18.09 release notes for release.Samuel Dionne-Riel2018-10-02
| |/ /
* | | doc: Reviews partitioning instructions to use parted.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests in <nixos/tests/installer.nix> are using `parted`, so they are bound to be better tested than `fdisk`. This is brought on by a couple issues, plus reports on IRC that the `fdisk` instructions didn't work as expected. * #39354 * #46309 * #39942 * #45478 Care was taken so that the other documented steps did not need changes. In all this kerfufle, a slight re-organization of the Chapter has been made, allowing better deep linking.
* | | doc: installing-usb: removes notes about unetbootin.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | They are known to cause more issues than solving issues; futhermore using `dd` should work everywhere without fail.
* | | doc: installing-usb make macOS note a note.Samuel Dionne-Riel2018-10-03
| | | | | | | | | | | | | | | | | | | | | | | | While it seemingly brings more attention to the macOS notes with the default docbook template, it better represents which parts of the section are about macOS, and which parts are simply in the flow of the text; otherwise the last paragraph may be lost into the details for macOS.
* | | nixos/doc: Adds sub-folder to input files.Samuel Dionne-Riel2018-10-03
|/ /
* | docs: formatGraham Christensen2018-09-29
| |
* | Revert "Revert "doc: Update section about imperative containers""Graham Christensen2018-09-29
| | | | | | | | | | | | I fixed the problem. This reverts commit 74df71bc8b446dd803aed3990a1148f258772f65.
* | Revert "doc: Update section about imperative containers"Tuomas Tynkkynen2018-09-30
| | | | | | | | | | | | | | | | This reverts commit f309440ee3b6830fd886f824be81b0fecfba52fc. Breaks manual build: https://nix-cache.s3.amazonaws.com/log/wnjcy6n5f871bpyy9nd06smiz1ggv99c-nixos-manual-combined.drv
* | doc: Update section about imperative containersArian van Putten2018-09-28
| | | | | | | | | | | | | | | | | | Nix commands inside the container have been broken since 18.03, and no fix is yet in sight. Lets remove from the documentation that this is a usecase that we support, as it doesn't seem likely that this will be fixed before 18.09 either. See #40355
* | Add ssh backdoor to VM tests infrastructure.Tuomas Tynkkynen2018-09-28
| | | | | | | | | | Thanks to @dezgeg for prototype implementation, I've cleaned it up and added documentation.
* | rabbitmq-server: 3.6.10 -> 3.7.8Alexey Lebedeff2018-09-25
| | | | | | | | | | | | | | | | | | | | | | - New dependency on 'getconf' binary for https://github.com/rabbitmq/rabbitmq-common/blob/3aa619e9ef81cfe6db0c776e6cd829ce234a7881/src/vm_memory_monitor.erl#L448 - New dependency on 'socat' for systemd notifications https://github.com/rabbitmq/rabbitmq-server/blob/4a3ee3a336bc82f2e56ec5d2292c80458ccc2974/src/rabbit.erl#L361 - elixir_1_6 for a new 'rabbitmqctl' tool - Replace patching with providing custom PATH, as we already have some other things here - Renamed package in all-packages.nix from a legacy spelling
* | Merge pull request #46193 from oxij/nixos/manual-to-docSamuel Dionne-Riel2018-09-24
|\ \ | | | | | | nixos: doc: implement #12542
| * | nixos: doc: rename `manual` to `manualHTML`, cleanup referencesJan Malakhovski2018-09-23
| | | | | | | | | | | | | | | | | | Because when I see "config.system.build.manual.manual" after I forgot what it means I ask "Why do I need that second `.manual` there again?". Doesn't happen with `config.system.build.manual.manualHTML`.
* | | 19.03: fix section idWill Dietz2018-09-23
| | |
* | | release-notes/19.03: add release notes for nix 2.0 requirement bumpJohn Ericson2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is taken from the 18.09 change, which was reverted on release-18.09 but not master. The now-false 18.09 release notes were just removed from master in 29854e24265457991448afb93363bdcc9e5d2eca, but since the underlying change is still there, release notes for 19.03 are warranted. This commit takes the now-reverted release notes and reuses them for that.
* | | release-notes: Add missing "Backward Incompatibilities" sectionJohn Ericson2018-09-23
| | | | | | | | | | | | | | | This has been part of every release since 17.03. I think the template for new releases should be updated to contain this.
* | | Revert "nixos docs: add release notes for nix 2.0 requiremnt bump"Matthew Bauer2018-09-23
|/ / | | | | | | | | | | This reverts commit 18f953965598ab585cc4b3f9018463905401bdd9. (cherry picked from commit 02bb97e5bb30cdbd9097c5efcf0560b8188b2940)
* | Merge master into staging-nextFrederik Rietdijk2018-09-18
|\ \
| * | nixos tests doc: update VM state pathErik Arvstedt2018-09-17
| | |
| * | nixos tests doc: add example statementErik Arvstedt2018-09-17
| | |
| * | nixos tests doc: fix example statementErik Arvstedt2018-09-17
| | | | | | | | | | | | | | | False statements don't cause NixOS tests to fail, we need to throw an exception or terminate.
| * | kubernetes: 1.10.5 -> 1.11.3Johan Thomsen2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed minor issue where kube-addon manager complaints about /opt/namespace.yaml missing. Added release notes with reference to Kubernetes 1.11 release notes. closes #43882
* | | Merge branch 'master' into staging-nextUli Baum2018-09-13
|\| |
| * | nixos/doc: Add stable pre-release warning (#46473)Sarah Brofeldt2018-09-11
| | |
| * | doc: Add release notes for top-level {build,host,target}Platform deprecationJohn Ericson2018-09-06
| | | | | | | | | | | | I forgot to do this in e51f736076548459f36a1250de4bf6867f880b66.
| * | Merge pull request #46148 from obsidiansystems/plain-system-hostJohn Ericson2018-09-06
| |\ \ | | |/ | |/| top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform
| | * doc: Add changelog entry for new definition of `system` and `stdenv.system`John Ericson2018-09-06
| | | | | | | | | | | | See the previous commit for details.
* | | Merge branch 'master' into staging-nextVladimír Čunát2018-09-04
|\| | | | | | | | | | | Hydra: ?compare=1477053
| * | nixos: Document option description changesaszlig2018-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a release notes entry to make users (and especially developers) aware so they no longer need to use </para><para> in option descriptions as this is now done automatically on every two consecutive newlines. More details can be found in the commit message of f865d0feabfafbb30a9e. Signed-off-by: aszlig <aszlig@nix.build>
| * | release-notes: Adds 19.03 — KoiSamuel Dionne-Riel2018-09-02
| | |
| * | Merge pull request #45930 from aszlig/option-description-parbreakGraham Christensen2018-09-02
| |\ \ | | |/ | |/| nixos: Split paras by \n\n in option descriptions
| | * nixos: Split paras by \n\n in option descriptionsaszlig2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What annoyed me for a long time was the fact, that in order to break into a new paragraph, you need to insert </para><para> in the description attribute of an option. Now we will automatically create <para/> elements for every block that is separated by two consecutive newlines. I first tried to do this within options-to-docbook.xsl, but it turns out[1] that this isn't directly possible with XSLT 1.0, so I added another XSLT file that postprocesses the option descriptions that are now enclosed in <nixos:option-description/> by options-to-docbook.xsl. The splitting itself is a bit more involved, because we can't simply split on every \n\n because we'd also split text nodes of elements, for example: <screen><![CDATA[ one line another one ]]></screen> This would create one <para/> element for "one line" and another for "another line", which we obviously don't want because <screen/> is used to display verbatim contents of what a user is seeing on the screen. So what we do instead is splitting *only* the top-level text nodes within the outermost <para/> and leave all elements as-is. If there are more than one <para/> elements at the top-level, we simply don't process it at all, because the description then already contains </para><para>. https://www.mhonarc.org/archive/html/xsl-list/2012-09/msg00319.html Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra, @domenkozar
| * | nixos docs: more IDsGraham Christensen2018-09-02
| |/
* | Merge master into stagingFrederik Rietdijk2018-09-02
|\|
| * nixos docs: footnotes: give IDsGraham Christensen2018-09-01
| |
| * makefile: auto-format xml docs outside of the doc subdirGraham Christensen2018-09-01
| |
| * nixos docs: give IDs to thingsGraham Christensen2018-09-01
| |
| * nixos docs: Give sections IDsGraham Christensen2018-09-01
| |
* | alternative for iproute module (#41801)volth2018-09-01
|/