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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user