Tests: swapon_device test mkswap /dev/sda1 instead of /dev/sdb.
authorRichard Jones <rjones@trick.home.annexia.org>
Fri, 7 Aug 2009 07:32:56 +0000 (08:32 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Fri, 7 Aug 2009 07:32:56 +0000 (08:32 +0100)
On RHEL 5, mkswap /dev/sdb fails, even with the '-f' option
(contradictory to what the manual page says).

This commit adds a new 'InitPartition' initialization which
just creates /dev/sda1, and then does the swap test on that.


No differences found