Source fixups
This commit is contained in:
parent
65a7f017b2
commit
9f470413b5
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ mkdir -m 1777 $RELEASEDIR/tmp
|
|||
mount $TMPDISK2 $RELEASEDIR/tmp
|
||||
|
||||
echo " * Zeroing $TMPDISK"
|
||||
#dd if=/dev/zero of=$TMPDISK bs=$BS count=$USRBLOCKS
|
||||
dd if=/dev/zero of=$TMPDISK bs=$BS count=$USRBLOCKS
|
||||
mkfs -B $BS -b $USRBLOCKS $TMPDISK || exit
|
||||
echo " * Mounting $TMPDISK as $RELEASEDIR/usr"
|
||||
mount $TMPDISK $RELEASEDIR/usr || exit
|
||||
|
|
Loading…
Reference in a new issue