On 11/16/2017 08:00 AM, Frank Scheiner wrote: > Not sure if the commit message gets through correctly, Thunderbird > makes a "," out of the newline before " and ppc64".
Try setting up a local MTA for use with "git-email", see: > https://wiki.debian.org/GmailAndExim4 > --- > grub-installer | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/grub-installer b/grub-installer > index f9f0761..192be53 100755 > --- a/grub-installer > +++ b/grub-installer > @@ -235,13 +235,13 @@ rootfstype="$(findfstype /)" > > case $ARCH in > powerpc/chrp|powerpc/chrp_rs6k|powerpc/chrp_ibm|powerpc/cell) > - ;; > + ;; > ppc64/chrp|ppc64/chrp_rs6k|ppc64/chrp_ibm|ppc64/cell) > - ;; > + ;; > powerpc/*|ppc64/*) > - offs=$(findfs /boot/grub) > - [ -n "$offs" ] || error "GRUB requires that the OF partition is > mounted in /boot/grub" 1>&2 > - ;; > + offs=$(findfs /boot/grub) > + [ -n "$offs" ] || error "GRUB requires that the OF partition is mounted > in /boot/grub" 1>&2 > + ;; > esac > > # This code to set disc_offered was taken from lilo-installer Applied to local tree. -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

