grub: match synoboot partition size

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-07-31 20:25:52 +02:00
parent a20a00e420
commit 19528cb453
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -30,7 +30,7 @@ popd
rm -f grub.img rm -f grub.img
dd if=/dev/zero of=grub.img bs=1M seek=1024 count=0 dd if=/dev/zero of=grub.img bs=1M seek=1024 count=0
echo -e "n\np\n1\n\n+32M\nn\np\n2\n\n+84M\nn\np\n3\n\n\na\n1\nw\nq\n" | fdisk grub.img echo -e "n\np\n1\n\n+50M\nn\np\n2\n\n+100M\nn\np\n3\n\n\na\n1\nw\nq\n" | fdisk grub.img
fdisk -l grub.img fdisk -l grub.img
LOOPX=$(sudo losetup -f) LOOPX=$(sudo losetup -f)