Magellan Linux

Annotation of /trunk/grub/patches/grub-2.02-busybox-linux-install.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2899 - (hide annotations) (download)
Tue Apr 4 09:29:54 2017 UTC (7 years, 1 month ago) by niro
File size: 560 byte(s)
-re-diffed patchwork
1 niro 2899 diff -Naur grub-2.02~rc2/util/grub-mkconfig.in grub-2.02~rc2-busybox/util/grub-mkconfig.in
2     --- grub-2.02~rc2/util/grub-mkconfig.in 2017-02-11 23:25:13.000000000 +0100
3     +++ grub-2.02~rc2-busybox/util/grub-mkconfig.in 2017-04-04 11:19:50.246850173 +0200
4     @@ -144,7 +144,7 @@
5     GRUB_FS="`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2> /dev/null || echo unknown`"
6    
7     if [ x"$GRUB_FS" = xunknown ]; then
8     - GRUB_FS="$(stat -f --printf=%T / || echo unknown)"
9     + GRUB_FS="$(stat -f -c %T / || echo unknown)"
10     fi
11    
12     if test -f ${sysconfdir}/default/grub ; then