pages*: fix names of operating systems (#12140)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
`getconf -a {{path/to/directory}}`
|
||||
|
||||
- Check if your linux system is a 32-bit or 64-bit:
|
||||
- Check if the system is 32-bit or 64-bit:
|
||||
|
||||
`getconf LONG_BIT`
|
||||
|
||||
|
@@ -23,6 +23,6 @@
|
||||
|
||||
`grub-file --is-x86-linux {{path/to/file}}`
|
||||
|
||||
- Check if a file is an x86_64 XNU image (Mac OS X kernel):
|
||||
- Check if a file is an x86_64 XNU image (macOS kernel):
|
||||
|
||||
`grub-file --is-x86_64-xnu {{path/to/file}}`
|
||||
|
Reference in New Issue
Block a user