1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Initial version of nix.

This commit is contained in:
Eelco Dolstra 2003-03-13 14:24:49 +00:00
parent 841fcbd047
commit 75d788b0f2
8 changed files with 468 additions and 0 deletions

8
sys/mountloop Executable file
View file

@ -0,0 +1,8 @@
#! /bin/sh
. ./settings
mkdir $target
if ! mount -o loop -t ext3 $image $target; then
exit 1
fi