Added a ToDo comment so that I won't forget to check if there is only one

bootable device if the platform didn't provide a boot device.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4908 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-01 02:29:34 +00:00
parent 6c1c51bf87
commit 1e038a1ca5
+2
View File
@@ -53,6 +53,8 @@ main(stage2_args *args)
if (mount_file_systems(args) < B_OK)
panic("Could not locate any supported boot devices!\n");
// ToDo: check if there is only one bootable volume!
mountedAllVolumes = true;
if (user_menu(&volume) < B_OK) {