| Anonymous | Login | Signup for a new account | 11-10-2008 11:01 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000865 | [buildroot] Architecture Specific | minor | always | 05-04-06 12:50 | 02-12-07 05:42 | ||||
| Reporter | ksyu | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | no change required | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000865: target GRUB and grub splashimage doesn't depend on ISO9660; KERNEL variable isn't defined; "po4a" program needed for fakeroot | ||||||||
| Description |
target/iso9660/Config.in : -"select BR2_PACKAGE_GRUB" +"select BR2_TARGET_GRUB" (coz GRUB specified as _package_, not _target_) there's no way for grub to be built, also possible is for grub to be PACKAGE in grub/Config.in; menu.lst: +"splashimage /boot/grub/splashimage.xpm.gz" splashimage handling; iso9660.mk: -"cp $(LINUX_KERNEL) $(ISO9660_TARGET_DIR)/kernel" +"cp $(SOMEPATH)/vmlinux $(ISO9660_TARGET_DIR)/kernel" +"cp $(SOMEPATH)/splash.xpm.gz $(ISO9660_TARGET_DIR)/boot/grub/" you will need to specify kernel path yourself(LINUX_KERNEL variable isn't defined in my box), i'm not _buildroot_ developer, cannot make decisions by myself; fakeroot patch: Makefile: -"SUBDIRS scripts doc test" +"SUBDIRS scripts test" sorry, i don't have full po4a program env :) this program depends on some Perl .pm i don't have |
||||||||
| Additional Information | you need kernel with support for really big ramdisk, hope 512M will be enough ;) | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |