X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=faq%2Findex.php;h=1e6803cd4b3323c59833f8f78fa4a4b3196dd192;hb=6bf3308f4a3be765bdf2c3be3568e2637f4d626e;hp=dfd48f524c15485e09c1c3e2bd503bec9489cf2d;hpb=5b65bc1967a350c7db5c5b8abd7fc7dca03cf7f1;p=grml.org.git diff --git a/faq/index.php b/faq/index.php index dfd48f5..1e6803c 100644 --- a/faq/index.php +++ b/faq/index.php @@ -28,25 +28,26 @@

FAQ for grml

-

Up2date: 2011-12-09 - applies to Grml releases version 2011.12

+

Up2date: applies to Grml releases version 2011.12

Index:

General:

  1. What is Grml?
  2. +
  3. What are grml32 / grml64 and grml96?
  4. Where do I get Grml?
  5. What does Grml mean?
  6. What about the release name?
  7. Requirements for running Grml
  8. Which bootoptions does Grml support?
  9. -
  10. How do I boot Grml from a USB stick?
  11. -
  12. Is it possible to store my settings?
  13. +
  14. Are there any known issues with this release? How about reporting bugs?
-

Problems:

+

Features:

    -
  1. Are there any known issues with this release? How about reporting bugs?
  2. +
  3. How do I boot Grml from a USB stick?
  4. +
  5. Is it possible to store my settings?
  6. What are the passwords of users on Grml?
  7. How do I find out the version of Grml
  8. How do I change the language/keyboard settings?
  9. @@ -60,14 +61,12 @@

    Software:

      -
    1. General
    2. Which package(s) and which version is available?
    3. -
    4. Why is zsh the default shell?
    5. -
    6. Is a bash available?
    7. +
    8. Why is Zsh the default shell?
-

Support / Unanswered stuff

+

Support / Unanswered stuff:

  1. Further questions?
  2. Commercial Support
  3. @@ -84,6 +83,22 @@ administrators. It specializes on administrative tasks like installation, deployment and system rescue.

    +

    What are grml32 / grml64 and grml96?

    + + + +

    Unless you've a good reason to really choose the 32bit flavour we + strongly encourage you to use either the grml64 or the grml96 + flavour.

    + +

    Please notice that this schema was introduced starting with Grml + release 2011.12. Until then grml96 didn't exist and grml32 was known as + just 'grml'.

    +

    Where do I get Grml?

    Grml is open source, you can download it from the mirrors @@ -119,9 +134,8 @@

    What does accessibility at Grml mean?

    -

    The Grml kernel includes support for speakup and software - like brltty (using bootoption 'grml blind - brltty=type,port,tbl') and espeakup.

    +

    The Grml kernel includes support for speakup. For software, + brltty and espeakup are included.

    Which bootoptions does Grml support?

    @@ -132,9 +146,16 @@ href="http://www.kernel.org/doc/Documentation/kernel-parameters.txt">kernel-parameters.txt of the Linux kernel applies to Grml as well.

    -

    How do I boot Grml from a USB stick?

    + + +

    Are there any known issues? How about reporting bugs?

    + +

    Please visit the bug webpage.

    + +

    Features

    +

    How do I boot Grml from a USB stick?

    Check out grml2usb @@ -148,14 +169,6 @@ a persistency feature.

    -

    Problems

    - - - -

    Are there any known issues? How about reporting bugs?

    - -

    Please visit the bug webpage.

    -

    What are the passwords of users on Grml?

    There are no default passwords - all accounts are locked by @@ -196,10 +209,8 @@ grml keyboard=de xkeyboard=de lang=at # enter this at the bootprompt

    Which window managers can I use?

    -

    Starting with the 2011.12 release Grml provides just - the Fluxbox window - manager.

    - +

    Starting with the 2011.12 release Grml provides Fluxbox as window manager.

    Where are my LVM devices?

    @@ -209,10 +220,6 @@ grml keyboard=de xkeyboard=de lang=at # enter this at the bootprompt
     # /etc/init.d/lvm2 start
    -
    -or use the shorter version:
    -
    -# Start lvm2
     

    If you want to enable LVM by default just boot using the 'lvm' @@ -226,10 +233,6 @@ or use the shorter version:

     # /etc/init.d/mdadm-raid start
    -
    -or use the shorter version:
    -
    -# Start mdadm-raid
     

    If you want to enable SW-RAID by default just boot using @@ -272,7 +275,7 @@ or use the shorter version:

    How do I configure timezone on my Grml system?

    -

    Available bootoptions relevant in live-cd mode:

    +

    Available bootoptions relevant in live-cd mode:

    -

    Further information:

    - -

    Manpages: hwclock(8) tzselect(1) tzconfig(8); Further information: manpages hwclock(8), tzselect(1) and tzconfig(8); Debian GNU/Linux System Administrator's Manual Chapter 16 - Time and TimeZoneChanges in the @@ -293,10 +294,15 @@ or use the shorter version:

    Short anwer: No.

    -

    ProTip: If you want to get a plain Debian - system take a look - at grml-debootstrap.

    +

    If you want to get a plain Debian system take a look at grml-debootstrap.

    +

    Long(er) answer: yes it's possible to install Grml. But it's not + supported and you'll be on your own. That's why we decided to make it + not-so-obvious. If you really know what you're doing you'll find out on + your own. Reminder: use grml-debootstrap or Debian Installer instead.

    Software

    @@ -312,34 +318,13 @@ or use the shorter version:

    Short answer: because Zsh rocks, really!

    -

    Longer answer taken - from ZSH - FAQ: 1.2: What is it?:

    - - Zsh is a UNIX command interpreter (shell) which of the - standard shells most resembles the Korn shell (ksh); its - compatibility with the 1988 Korn shell has been gradually - increasing. It includes enhancements of many types, notably in - the command-line editor, options for customising its - behaviour, filename globbing, features to make C-shell (csh) - users feel more at home and extra features drawn from tcsh - (another `custom' shell). - -

    If you don't know zsh take a look - at ZSH - FAQ: How does zsh differ from ...?, 'man zsh | less -p - COMPATIBILITY', the Grml zsh reference - card and 'man zsh-lovers'.

    - -

    If you are a bash user and don't know zsh yet, don't be +

    Long(er) answer: If you don't know Zsh take a look the Grml Zsh reference card.

    + +

    If you are a Bash user and don't know Zsh yet, don't be afraid. Bash is largely a subset of Zsh and you don't have to throw away your knowledge about shell stuff.

    -

    Is a bash available?

    - -

    Grml uses Zsh as the default interactive shell - but a current version of Bash available on Grml as well.

    -

    Support / Unanswered stuff

    Further questions