Added option boot.extraGrubEntriesBeforeNixos=true/false to boot by default into nixos-default or into your extraGrubEntries

svn path=/nixos/trunk/; revision=12263
This commit is contained in:
Wouter den Breejen
2008-07-05 00:16:39 +00:00
parent 2c56d137ee
commit ab41596a7f
4 changed files with 21 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ fi
# Some aliases.
alias ls="ls --color=tty"
alias ll="ls -l"
alias l="ls -alh"
alias which="type -p"
# Help `rpcgen' find `cpp', assuming it's installed in the user's environment.