add grub
svn path=/nixu/trunk/; revision=3353
This commit is contained in:
5
pkgs.nix
5
pkgs.nix
@@ -2,12 +2,13 @@ rec {
|
||||
inherit (import /nixpkgs2/trunk/pkgs/system/i686-linux.nix)
|
||||
stdenv kernel bash coreutils findutils utillinux sysvinit e2fsprogs
|
||||
nettools nix subversion gcc wget which vim less screen openssh binutils
|
||||
strace shadowutils iputils gnumake curl gnused gnutar gnugrep gzip mingetty;
|
||||
strace shadowutils iputils gnumake curl gnused gnutar gnugrep gzip
|
||||
mingetty grub;
|
||||
|
||||
boot = (import ./boot) {inherit stdenv kernel bash coreutils findutils
|
||||
utillinux sysvinit e2fsprogs nettools nix subversion gcc wget which vim
|
||||
less screen openssh binutils strace shadowutils iputils gnumake curl
|
||||
gnused gnutar gnugrep gzip mingetty;};
|
||||
gnused gnutar gnugrep gzip mingetty grub;};
|
||||
|
||||
everything = [boot sysvinit];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user