diff options
| author | John Levon <john.levon@joyent.com> | 2019-04-01 10:05:45 +0000 |
|---|---|---|
| committer | John Levon <john.levon@joyent.com> | 2019-04-08 08:43:36 +0000 |
| commit | fa83485c3551a3fd3848f1535acb98b30c6595a2 (patch) | |
| tree | d1ab84da58bdbfaf128c634c000feebb17422123 /boot.manifest | |
| parent | 9a8207fa35a4a0b13b30000d6ead058c47c0ccc3 (diff) | |
| download | illumos-joyent-fa83485c3551a3fd3848f1535acb98b30c6595a2.tar.gz | |
OS-7260 SmartOS should support booting with loader
OS-7271 proto.boot should include loader instead of grub
OS-7332 RICHMOND-16 mitigation ensnares stock loaders
OS-7584 MDB module for disk labelling would be useful
OS-7585 Need workaround to EFI boot on AMI BIOS
OS-7595 Triton-specific extensions to Loader
Portions contributed by: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'boot.manifest')
| -rw-r--r-- | boot.manifest | 43 |
1 files changed, 31 insertions, 12 deletions
diff --git a/boot.manifest b/boot.manifest index 25915c67c9..d6e4c932af 100644 --- a/boot.manifest +++ b/boot.manifest @@ -10,7 +10,7 @@ # # -# Copyright 2015 Joyent, Inc. +# Copyright 2019 Joyent, Inc. # # @@ -19,14 +19,33 @@ # image itself. # d boot 0755 root sys -d boot/grub 0755 root sys -d boot/grub/bin 0755 root sys -f boot/grub/bin/grub 0755 root sys -f boot/grub/fat_stage1_5 0644 root sys -f boot/grub/iso9660_stage1_5 0644 root sys -f boot/grub/pxegrub 0644 root sys -f boot/grub/stage1 0644 root sys -f boot/grub/stage2 0644 root sys -f boot/grub/stage2_eltorito 0644 root sys -f boot/grub/ufs_stage1_5 0644 root sys -f boot/grub/zfs_stage1_5 0644 root sys +d boot/defaults 0755 root sys +f boot/defaults/loader.conf 0444 root sys +d boot/forth 0755 root sys +f boot/forth/beadm.4th 0444 root sys +f boot/forth/beastie.4th 0444 root sys +f boot/forth/brand-smartos.4th 0444 root sys +f boot/forth/brand.4th 0444 root sys +f boot/forth/check-password.4th 0444 root sys +f boot/forth/color.4th 0444 root sys +f boot/forth/delay.4th 0444 root sys +f boot/forth/efi.4th 0444 root sys +f boot/forth/frames.4th 0444 root sys +f boot/forth/loader.4th 0444 root sys +f boot/forth/logo-smartos.4th 0444 root sys +f boot/forth/menu-commands.4th 0444 root sys +f boot/forth/menu.4th 0444 root sys +f boot/forth/menu.rc 0444 root sys +f boot/forth/menusets.4th 0444 root sys +f boot/forth/pcibios.4th 0444 root sys +f boot/forth/screen.4th 0444 root sys +f boot/forth/shortcuts.4th 0444 root sys +f boot/forth/support.4th 0444 root sys +f boot/forth/version.4th 0444 root sys +f boot/gptzfsboot 0444 root sys +f boot/illumos.png 0444 root sys +f boot/loader 0444 root sys +f boot/loader64.efi 0555 root sys +f boot/loader.help 0444 root sys +f boot/loader.rc 0444 root sys +f boot/pmbr 0444 root sys |
