Commit 4a4da37d authored by Michael Shigorin's avatar Michael Shigorin

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
parent d887dd1f
#!/bin/sh
# for grub2 2.00; see also #33489
sed -i 's/,64bit//' /etc/mke2fs.conf ||:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment