mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
boot0: remove reference to fdisk
fdisk is obsolete and there is no need to mention a specific tool used to update the partition table. Just refer to it as the MBR partition table. Sponsored by: The FreeBSD Foundation (cherry picked from commit 3bd637afbd68baaff3ae4b3d41bdbd39b1fbb63c)
This commit is contained in:
parent
bade279b81
commit
26c9cc10b2
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ ticks: .word TICKS # Delay
|
|||
|
||||
.org PRT_OFF
|
||||
/*
|
||||
* Here is the 64 byte partition table that fdisk would fiddle with.
|
||||
* Here is the 64 byte MBR partition table.
|
||||
*/
|
||||
partbl: .fill 0x40,0x1,0x0 # Partition table
|
||||
.word MAGIC # Magic number
|
||||
|
|
|
|||
Loading…
Reference in a new issue