ports/opt (3.2): grub: updated footprint
commit 2cc1bda9fe208b77322be48c9f7ec11d4382adf0 Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Thu Jul 2 18:22:28 2015 +0900 grub: updated footprint diff --git a/grub/.footprint b/grub/.footprint index b855f55..6765375 100644 --- a/grub/.footprint +++ b/grub/.footprint @@ -22,17 +22,17 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/grub.8.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/grub/ -drwxr-xr-x root/root usr/share/grub/i386-pc/ --rw-r--r-- root/root usr/share/grub/i386-pc/e2fs_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/fat_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/ffs_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/iso9660_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/jfs_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/minix_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/reiserfs_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/stage1 --rw-r--r-- root/root usr/share/grub/i386-pc/stage2 --rw-r--r-- root/root usr/share/grub/i386-pc/stage2_eltorito --rw-r--r-- root/root usr/share/grub/i386-pc/ufs2_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/vstafs_stage1_5 --rw-r--r-- root/root usr/share/grub/i386-pc/xfs_stage1_5 +drwxr-xr-x root/root usr/share/grub/x86_64-unknown/ +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/e2fs_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/fat_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/ffs_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/iso9660_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/jfs_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/minix_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/reiserfs_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/stage1 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/stage2 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/stage2_eltorito +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/ufs2_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/vstafs_stage1_5 +-rw-r--r-- root/root usr/share/grub/x86_64-unknown/xfs_stage1_5 diff --git a/grub/README b/grub/README index 97ddcfc..0efee40 100644 --- a/grub/README +++ b/grub/README @@ -27,7 +27,7 @@ POST-INSTALL After installation you need to copy the stage files to /boot/grub/: - # cp /usr/share/grub/i386-pc/* /boot/grub/ + # cp /usr/share/grub/*/*stage* /boot/grub/ (Of course, you can choose another location as described above but this guide assumes that you use /boot/grub. Normally you need only the files stage1 and
participants (1)
-
crux@crux.nu