diff options
| author | Matt Wilson <msw@redhat.com> | 2000-06-14 06:42:30 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2000-06-14 06:42:30 +0000 |
| commit | 1700d02dcffab730fd43407a40eead4a18108a2c (patch) | |
| tree | 8b5d3abc60d64ebd05e281db67d172215bc221f0 /scripts | |
| parent | 86c01c42018bd84d940266858e9dbfc43aaaaa2f (diff) | |
a little more output (ewt hates this... :)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mk-images.sparc64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images.sparc64 b/scripts/mk-images.sparc64 index a509120ef..77e462481 100644 --- a/scripts/mk-images.sparc64 +++ b/scripts/mk-images.sparc64 @@ -17,6 +17,7 @@ prepareBootImage() { size=`cat $MBD_TMPIMAGE | wc -c` filler=`expr $BOOTDISKSIZE "*" 1024 - $size` dd if=/dev/zero bs=$filler count=1 >> $MBD_TMPIMAGE 2> /dev/null + echo ROM disk image: `expr $filler / 1024`k free. rm -rf $stagedir mount -tromfs -oloop $MBD_TMPIMAGE $MBD_BOOTTREE $SILO -r $MBD_BOOTTREE -i /fd.b -b /second.b -C /silo.conf -F |
