grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]: grub: Add Sun partition support to grub-probe and grub-fst


From: Chip Panarchy
Subject: Re: [PATCH]: grub: Add Sun partition support to grub-probe and grub-fstest.
Date: Mon, 13 Apr 2009 17:40:22 +1000

Hello

When you mention 'Sun Partition' what file-system are you specifying?

ZFS?
UFS?

On Mon, Apr 13, 2009 at 4:53 PM, David Miller <address@hidden> wrote:
>
> Should be self-explanatory, these tools will be used on sparc64 just
> like they are on i386-pc
>
> 2009-04-12  David S. Miller  <address@hidden>
>
>        * conf/common.rmk (grub_probe_SOURCES): Add Sun partition module.
>        (grub_fstest_SOURCES): Likewise.
> ---
>  conf/common.rmk |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/conf/common.rmk b/conf/common.rmk
> index b0a78b0..185779c 100644
> --- a/conf/common.rmk
> +++ b/conf/common.rmk
> @@ -19,7 +19,7 @@ grub_probe_SOURCES = util/grub-probe.c        \
>        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c          \
>        fs/ufs.c fs/xfs.c fs/afs.c fs/tar.c                     \
>        \
> -       partmap/pc.c partmap/apple.c partmap/gpt.c              \
> +       partmap/pc.c partmap/apple.c partmap/sun.c partmap/gpt.c\
>        kern/fs.c kern/env.c fs/fshelp.c                        \
>        disk/raid.c disk/mdraid_linux.c disk/lvm.c grub_probe_init.c
>
> @@ -40,7 +40,8 @@ grub_fstest_SOURCES = util/grub-fstest.c util/hostfs.c 
> util/misc.c    \
>        fs/ntfs.c fs/ntfscomp.c fs/reiserfs.c fs/sfs.c                  \
>        fs/ufs.c fs/xfs.c fs/afs.c fs/tar.c                             \
>        \
> -       kern/partition.c partmap/pc.c partmap/apple.c partmap/gpt.c     \
> +       kern/partition.c partmap/pc.c partmap/apple.c partmap/sun.c     \
> +       partmap/gpt.c                                                   \
>        kern/fs.c kern/env.c fs/fshelp.c disk/raid.c                    \
>        disk/raid5_recover.c disk/raid6_recover.c                       \
>        disk/mdraid_linux.c disk/dmraid_nvidia.c disk/lvm.c             \
> --
> 1.6.2.3
>
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]