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:
parent
d887dd1f8a
commit
4a4da37d06
3
features.in/stage2/stage2/image-scripts.d/50-e2fs-opts
Executable file
3
features.in/stage2/stage2/image-scripts.d/50-e2fs-opts
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
# for grub2 2.00; see also #33489
|
||||
sed -i 's/,64bit//' /etc/mke2fs.conf ||:
|
Loading…
Reference in New Issue
Block a user