Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build-site
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ copy_set_url source-repos/grml-etc-core/doc/grmlzshrc.adoc content/zsh/grmlzshrc

git_clone grml-live
cp source-repos/grml-live/docs/grml-live.8.adoc content/grml-live/index.adoc
copy_set_url source-repos/grml-live/docs/grml-autoconfig.1.adoc content/config/grml-autoconfig.1.adoc config/grml-autoconfig.1.html
copy_set_url source-repos/grml-live/docs/grml-autoconfig.8.adoc content/config/grml-autoconfig.8.adoc config/grml-autoconfig.8.html

git_clone grml-x
cp source-repos/grml-x/grml-x.txt content/grml-x/index.adoc
Expand Down
10 changes: 2 additions & 8 deletions content/config/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ icon = 'floppy'
+++

Starting with version 0.5 Grml provides a configuration system.
Please see [grml-autoconfig.1.html](grml-autoconfig.1.html) for details.
Please see [grml-autoconfig(1)](grml-autoconfig.1.html) and [grml-autoconfig(8)](grml-autoconfig.8.html) for details.

In Grml releases up to and including 2009.05 the documentation is available on the
grml ISO via `man save-config` and as
[/usr/share/doc/grml-saveconfig/grml-config.html](file:///usr/share/doc/grml-saveconfig/grml-config.html).

In Grml releases after 2009.05 the documentation is available on the
grml ISO via `man 1 grml-autoconfig` and as
[/usr/share/doc/grml-autoconfig/grml-autoconfig.1.html](file:///usr/share/doc/grml-autoconfig/grml-autoconfig.1.html).
In a running Grml Live ISO, you can also read it via `man 1 grml-autoconfig` and `man 8 grml-autoconfig`.

**Tip:** Make sure to also check out the new [persistency features](https://github.com/grml/grml/wiki/persistency) of Grml.

Expand Down
32 changes: 21 additions & 11 deletions content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,41 @@ icon = 'doc'

## FAQ & zsh

Frequently asked questions and answers can be found in the section <a href="/faq/">FAQ</a>.
If you are looking for information on the Zsh take a look at the <a href="/zsh/">zsh-webpage</a>.
Frequently asked questions and answers can be found in the section [FAQ](/faq/).
If you are looking for information on the Zsh take a look at the [zsh-webpage](/zsh/).

The available boot options are documented at <a href="/cheatcodes/">the cheatcodes webpage</a>.
The available boot options are documented at [the cheatcodes webpage](/cheatcodes/).

Many tips and tricks can be found in the <a href="https://wiki.grml.org/">grml-wiki (wiki.grml.org)</a> and in <a href="/tips/">grml-tips</a>.
Many tips and tricks can be found in the [grml-wiki](https://wiki.grml.org/) and in [grml-tips](/tips/).

## Live ISO Configuration

The Live ISO can be configured at run time. See:

* [grml-autoconfig(1)](/config/grml-autoconfig.1.html) and [grml-autoconfig(8)](/config/grml-autoconfig.8.html)
* [persistency](https://github.com/grml/grml/wiki/persistency)
* [boot cheatcodes](/cheatcodes/) - especially `netscript=`

## Guides

### grml2usb

<a href="/grml2usb/">grml2usb</a>: install grml ISO(s) on usb device for booting
[grml2usb](/grml2usb/): install grml ISO(s) on usb device for booting

### grml-debootstrap

<a href="/grml-debootstrap/">grml-debootstrap</a>: wrapper around debootstrap for installing plain Debian via grml
[grml-debootstrap](/grml-debootstrap/): wrapper around debootstrap for installing plain Debian via grml

### grml-live

<a href="/grml-live/">grml-live</a>: build framework based on FAI for generating a grml and Debian based Linux Live system (CD/ISO)

### grml-x
[grml-live](/grml-live/): build framework for the Grml Live Linux system

<a href="/grml-x/">grml-x</a>: create xorg.conf file (providing hardware detection) and start X window system
Read this if you want to build your own Grml-based system.

### grml-terminalserver

<a href="/terminalserver/">grml-terminalserver</a>: boot grml via network
[grml-terminalserver](/terminalserver/): boot grml via network

### grml-x

[grml-x](/grml-x/): create xorg.conf file (providing hardware detection) and start X window system
Loading
Loading