yali rebuild linux-6.12.x
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff -Nuar a/yali/storage/bootloader.py b/yali/storage/bootloader.py
|
||||
--- a/yali/storage/bootloader.py 2025-06-07 19:41:37.692732956 +0300
|
||||
+++ b/yali/storage/bootloader.py 2025-06-07 19:29:59.500461561 +0300
|
||||
@@ -441,7 +441,8 @@
|
||||
else:
|
||||
yali.util.chroot(
|
||||
#"grub2-install --recheck %s" % stage1Devices[0].path)
|
||||
- "grub2-install --force %s" % stage1Devices[0].path)
|
||||
+ # --target=i386-pc kernel-6.12.x
|
||||
+ "grub2-install --force %s --target=i386-pc" % stage1Devices[0].path)
|
||||
|
||||
if os.path.exists("/usr/bin/mkinitcpio"):
|
||||
kver = os.uname()[2]
|
||||
@@ -25,6 +25,7 @@
|
||||
<!--Patch>no_old_filesdb.patch</Patch-->
|
||||
<Patch>fix_find_device.patch</Patch>
|
||||
<Patch>blkid-run.patch</Patch>
|
||||
<Patch>grub2-install-kernel612x.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -93,6 +94,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="28">
|
||||
<Date>2025-06-07</Date>
|
||||
<Version>3.3.7.8</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="27">
|
||||
<Date>2024-10-20</Date>
|
||||
<Version>3.3.7.8</Version>
|
||||
|
||||
Reference in New Issue
Block a user