Changeset f1380b7 in mainline for boot/Makefile.grub
- Timestamp:
- 2018-03-02T20:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34e1206
- Parents:
- a35b458
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.grub
ra35b458 rf1380b7 63 63 gunzip $(IMAGE) 64 64 endif 65 65 66 66 for module in $(COMPONENTS) ; do \ 67 67 cp "$$module" $(BOOT)/ ; \ 68 68 done 69 69 70 70 echo "set default=0" > $(BOOT_CONFIG) 71 71 echo "set timeout=10" >> $(BOOT_CONFIG) 72 72 echo "" >> $(BOOT_CONFIG) 73 73 74 74 ifeq ($(GRUB_ARCH),pc) 75 75 echo "insmod vbe" >> $(BOOT_CONFIG) … … 81 81 endif 82 82 echo "" >> $(BOOT_CONFIG) 83 83 84 84 echo "menuentry 'HelenOS $(RELEASE)' --class helenos --class os {" >> $(BOOT_CONFIG) 85 85 for module in $(MODULES) ; do \
Note:
See TracChangeset
for help on using the changeset viewer.