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/boot/default.nix

10 lines
255 B
Nix
Raw Normal View History

* Use sysvinit's init to start the system. This has the happy side-effect of initialising the console properly (i.e., enabling Ctrl-[C, Z]). svn path=/nixu/trunk/; revision=801
2004-02-18 10:56:07 +00:00
{stdenv, bash, coreutils, findutils, utillinux, sysvinit, e2fsprogs, nix}:
* Started setting up a proper init environment. svn path=/nixu/trunk/; revision=785
2004-02-16 09:41:00 +00:00
derivation {
name = "init";
system = stdenv.system;
builder = ./builder.sh;
src = ./init.sh;
* Use sysvinit's init to start the system. This has the happy side-effect of initialising the console properly (i.e., enabling Ctrl-[C, Z]). svn path=/nixu/trunk/; revision=801
2004-02-18 10:56:07 +00:00
inherit stdenv bash coreutils findutils utillinux sysvinit e2fsprogs nix;
* Started setting up a proper init environment. svn path=/nixu/trunk/; revision=785
2004-02-16 09:41:00 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 27ms Template: 2ms
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