mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
7e6a7d6418
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
4 lines
78 B
Bash
4 lines
78 B
Bash
#! @bash@/bin/sh -e
|
|
|
|
exec ./fill-disk.sh | @busybox@/bin/tee /tmp/install-log
|