2004-02-16 09:41:00 +00:00
|
|
|
rec {
|
2005-07-19 16:39:32 +01:00
|
|
|
inherit (import /nixpkgs/trunk/pkgs/system/i686-linux.nix)
|
2005-07-05 14:52:49 +01:00
|
|
|
stdenv kernel bash coreutils findutils utillinux sysvinit e2fsprogs
|
2004-08-06 18:22:24 +01:00
|
|
|
nettools nix subversion gcc wget which vim less screen openssh binutils
|
2005-07-18 10:47:42 +01:00
|
|
|
strace shadowutils iputils gnumake curl gnused gnutar gnugrep gzip
|
2005-08-14 02:40:36 +01:00
|
|
|
mingetty grubWrapper syslinux parted modutils;
|
2004-02-18 10:56:07 +00:00
|
|
|
|
2005-07-05 14:52:49 +01:00
|
|
|
boot = (import ./boot) {inherit stdenv kernel bash coreutils findutils
|
2004-08-06 18:22:24 +01:00
|
|
|
utillinux sysvinit e2fsprogs nettools nix subversion gcc wget which vim
|
|
|
|
less screen openssh binutils strace shadowutils iputils gnumake curl
|
2005-08-14 02:40:36 +01:00
|
|
|
gnused gnutar gnugrep gzip mingetty grubWrapper parted modutils;};
|
2004-02-18 10:56:07 +00:00
|
|
|
|
2005-08-05 14:48:22 +01:00
|
|
|
init = (import ./init) {inherit stdenv bash coreutils
|
2005-08-14 02:40:36 +01:00
|
|
|
utillinux e2fsprogs nix shadowutils mingetty grubWrapper parted modutils;};
|
2005-08-05 14:48:22 +01:00
|
|
|
|
|
|
|
everything = [boot init sysvinit kernel];
|
2004-02-16 09:41:00 +00:00
|
|
|
}
|