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:
parent
841fcbd047
commit
75d788b0f2
8 changed files with 468 additions and 0 deletions
8
sys/mountloop
Executable file
8
sys/mountloop
Executable file
|
@ -0,0 +1,8 @@
|
|||
#! /bin/sh
|
||||
|
||||
. ./settings
|
||||
|
||||
mkdir $target
|
||||
if ! mount -o loop -t ext3 $image $target; then
|
||||
exit 1
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue