/usr/share/zsh/4.3.11/functions
Edit: /usr/share/zsh/4.3.11/functions/_rebootin (574B)
#compdef rebootin
local loader=$(sudo detectloader -q)
_arguments -C -s \
'-n[no immediate reboot just set the flags for next reboot]' \
'-f[create a /fastboot file to reboot in fastboot mode]' \
'*::arguments:->loader_entry'
local expl
case $state in
loader_entry)
case $loader in
GRUB)
if [ -r /boot/grub/menu.lst ];then
compadd ${${(M)${(f)"$(