Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/init/default.nix

12 lines
337 B
Nix
Raw Normal View History

add stubs for creation of the installer via Nix expressions, similar to the bootscripts and initscripts. This will mean lots of cruft from the current fill-disk.sh can be removed. svn path=/nixu/trunk/; revision=3526
2005-08-04 22:57:13 +00:00
{ stdenv, bash, coreutils, utillinux, e2fsprogs, nix, shadowutils, mingetty, grub, parted}:
derivation {
name = "init";
system = stdenv.system;
builder = ./builder.sh;
split fill-disk in two parts svn path=/nixu/trunk/; revision=3532
2005-08-05 21:56:48 +00:00
stage1 = ./prepare-disk.sh;
split fill-disk into prepare-disk (preparing the RAM disk and finding the CD player and everything) and install-disk (installing everything) svn path=/nixu/trunk/; revision=3533
2005-08-05 22:05:35 +00:00
stage2 = ./install-disk.sh;
add stubs for creation of the installer via Nix expressions, similar to the bootscripts and initscripts. This will mean lots of cruft from the current fill-disk.sh can be removed. svn path=/nixu/trunk/; revision=3526
2005-08-04 22:57:13 +00:00
inherit stdenv bash coreutils utillinux e2fsprogs nix shadowutils
mingetty grub parted;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 124ms Template: 15ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API