This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-02 07:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
297d159c8d
nixpkgs
/
init.sh
4 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
add logging capabilities. Install log is now copied to /root/install-log. svn path=/nixu/trunk/; revision=3759
2005-08-31 12:02:28 +00:00
#! @bash@/bin/sh -e
rewrite to use busybox TODO: rewrite some of the tools to use the busybox tools instead of the "normal" utilities during installation, so we can shave off another 15 MB from the installer svn path=/nixu/trunk/; revision=6063
2006-08-06 23:59:31 +00:00
exec
./fill-disk.sh
|
@busybox@/bin/tee /tmp/install-log
Reference in New Issue
Copy Permalink