guix/sys/makedisk

12 lines
165 B
Plaintext
Raw Normal View History

2003-03-13 14:24:49 +00:00
#! /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