]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mkswap: allow creating swap on /dev/hd[ab]
authorPetr Uzel <petr.uzel@suse.cz>
Sun, 13 May 2012 11:44:31 +0000 (13:44 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 15 May 2012 09:19:53 +0000 (11:19 +0200)
commit95e1d8f3bad279c00cc87a388e383de3f3f3a3ca
tree1ad5034156f175defebf5017ae5d99c29d04dacf
parentdef478cf72839cfa15d847b878dcdd823fe02968
mkswap: allow creating swap on /dev/hd[ab]

Currently, mkswap does not allow swap to be created on /dev/hda and
/dev/hdb. There is no reason why /dev/hda and /dev/hdb should be treated
differently.

Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491021
Cc: Russell Coker <russell@coker.com.au>
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
disk-utils/mkswap.c