guix/sys/makedisk
2003-03-13 14:24:49 +00:00

12 lines
165 B
Bash
Executable file

#! /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