stage2: force grub-compatible ext4 options

We use grub2 2.00, it's not compatible with new mke2fs
options (namely "64bit" one); disable it for now.

See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=33489#c6
This commit is contained in:
Michael Shigorin 2017-05-31 22:47:55 +03:00
parent d887dd1f8a
commit 4a4da37d06

View File

@ -0,0 +1,3 @@
#!/bin/sh
# for grub2 2.00; see also #33489
sed -i 's/,64bit//' /etc/mke2fs.conf ||: