AMD64 also supports disk slices.
This commit is contained in:
parent
90ee1f3a04
commit
6a61c14ee1
@ -1489,7 +1489,7 @@ vfs_mountroot_ask(void)
|
||||
for(;;) {
|
||||
printf("\nManual root filesystem specification:\n");
|
||||
printf(" <fstype>:<device> Mount <device> using filesystem <fstype>\n");
|
||||
#if defined(__i386__) || defined(__ia64__)
|
||||
#if defined(__amd64__) || defined(__i386__) || defined(__ia64__)
|
||||
printf(" eg. ufs:da0s1a\n");
|
||||
#else
|
||||
printf(" eg. ufs:/dev/da0a\n");
|
||||
|
Loading…
Reference in New Issue
Block a user