You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/x86
Alexandru Ardelean 81a2f9d6f8 target/linux/x86/image: add explicit prefix to grub-mkimage command
In the latest version of grub-mkimage, the prefix option is mandatory.
Not supplying it fails with:
```
Prefix not specified (use the -p option).
```

In grub-2.02-beta2 a DEFAULT_DIRECTORY was defined
in `include/grub/osdep/hostfile_unix.h` as:
```
 #if defined (__NetBSD__)
 /* NetBSD uses /boot for its boot block.  */
 # define DEFAULT_DIRECTORY  "/"GRUB_DIR_NAME
 #else
 # define DEFAULT_DIRECTORY  "/"GRUB_BOOT_DIR_NAME"/"GRUB_DIR_NAME
 #endif
```

Where:
* GRUB_BOOT_DIR_NAME == boot
* GRUB_DIR_NAME == grub

This was used if the -p option was omitted.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years ago
..
64 x86: add PATA support to generic and 64 subtargets 8 years ago
base-files x86: use sysfs DMI information to populate sysinfo 8 years ago
generic x86-generic: add MMC support to boot off SD cards 8 years ago
geode x86: enable DMI and DMI_SYSFS 8 years ago
image target/linux/x86/image: add explicit prefix to grub-mkimage command 8 years ago
legacy x86: enable CPU frequency scaling 8 years ago
patches-4.4 x86: remove rdc specific kernel patch 8 years ago
xen_domu x86/xen_domu: enable xen drivers in the kernel config instead of packaging them as modules 8 years ago
Makefile use immediate set in target Makefiles 8 years ago
config-4.4 x86: disable MTD support 8 years ago