mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix gen8 boot test
This commit is contained in:
parent
02b88895b2
commit
9867dcdfce
@ -32,7 +32,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+50M\nn\np\n2\n\n+50M\nn\np\n3\n\n\nw\nq\n" | fdisk grub.img
|
echo -e "n\np\n1\n\n+50M\nn\np\n2\n\n+50M\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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user