commit | 9ef7ad22965fcd817b20c1332286f02362266534 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Aug 17 14:05:27 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Aug 18 09:45:51 2007 -0700 |
tree | 9a2c60ced8f99f6c93ca5f46b468038f627cee8a | |
parent | 56616ebd0e49b7e5c67a19ca1d96e8ec382bcacf [diff] |
Enable partitions for lguest block device The lguest block device only requests one minor, which means partitions don't work (eg "root=/dev/lgba1"). Let's follow the crowd and ask for 16. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>