* Initial version of nix.
This commit is contained in:
parent
841fcbd047
commit
75d788b0f2
8 changed files with 468 additions and 0 deletions
11
sys/makedisk
Executable file
11
sys/makedisk
Executable file
|
@ -0,0 +1,11 @@
|
|||
#! /bin/sh
|
||||
|
||||
. ./settings
|
||||
|
||||
rm $image
|
||||
|
||||
dd if=/dev/zero of=$image bs=1M count=1 seek=256
|
||||
|
||||
/sbin/mke2fs -F -j $image
|
||||
/sbin/tune2fs -c 0 $image
|
||||
/sbin/tune2fs -i 0 $image
|
Loading…
Add table
Add a link
Reference in a new issue