Questions tagged [grml]

8 questions
18
votes
1 answer

What is the key difference between grml zsh config and oh-my-zsh config

Now I'm on the oh-my-zsh, but I'm not sure that it is perfect choice. What is the key difference between grml zsh config (github repo) and oh-my-zsh config? In which case should I prefer grml or oh-my-zsh?
petRUShka
  • 1,182
  • 5
  • 17
  • 29
4
votes
1 answer

update-grub in grml

I converted a machine from a single disk to mdadm RAID1. I did this nearly like it's described in Raid1 on a running system. Before, I tried to make the same changes not within the running system, but in grml. update-grub failed. It complained /dev…
chris
  • 1,635
  • 2
  • 16
  • 19
3
votes
1 answer

Expanding {a..d} to a b c d in zsh

In bash, {a..d} expands to a b c d. Currently this is not happening for me in zsh, and my googling has returned conflicting results. Some results suggest that {a..d} should work…
Squidly
  • 445
  • 4
  • 8
2
votes
1 answer

Why does setting PROMPT have no effect in grml's zshrc?

Trying to set the PROMPT or PS1 variables to customise the ZSH shell prompt with the popular GRML zshrc config, it has no effect, nothing happens at all: root@machine ~ # PROMPT="> " root@machine ~ # Why is that and what can I do about it?
nh2
  • 1,611
  • 2
  • 14
  • 22
2
votes
1 answer

Cant get virtualenv displayed in grml zsh prompt

I have some problems with configuring zsh grml shell. I coppied /etc/zshrc file to my home dir, and start using it. I noticed lack of virtualenv name while working with python. So I tried to run grml_theme_add_token virtual-env -f virtual_env_prompt…
pere
  • 21
  • 2
2
votes
1 answer

apply zsh themes manually

I'm on freebsd (TrueOS, to be exact) and want to change my ZSH theme. ZSH was installed as binary package. I cloned the commonly known oh-my-zsh git repo, to gain themes, but want to stay with grml zsh config, which I downloaded from grml.org and…
Droid san
  • 23
  • 1
  • 3
1
vote
1 answer

Error While Booting GRML

I'm dropped the 32-bit GRML ISO onto a 1GB thumb drive with the usual command: dd if=grml_2010.12.iso of=/dev/USB_STICK (of course, with the correct device). But, when I try to boot from it, it produces this error: 0AAD Loading ...bad magic…
Jonah
  • 165
  • 4
1
vote
1 answer

GRML will not boot automatically

I install GRML on my USB disk with the grml2usb tool. But when I boot from the USB, it first boots to a blank screen with boot: text on it. I must type the boot options myself to boot the system. I want it to boot to the system automatically. How…
David S.
  • 5,529
  • 5
  • 30
  • 39