X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=test%2Ftest-efi-create-disk.sh;fp=test%2Ftest-efi-create-disk.sh;h=62d8439ed9910d074227dd365a692c6ab835defc;hb=37fa369066c2db1ecc6c7046192503aedc2431f6;hp=454b48a0826805c88f470b4f00cfd8d2ab5f8ce8;hpb=03455c2879699852b691903343e378c28992ff6a;p=elogind.git diff --git a/test/test-efi-create-disk.sh b/test/test-efi-create-disk.sh index 454b48a08..62d8439ed 100755 --- a/test/test-efi-create-disk.sh +++ b/test/test-efi-create-disk.sh @@ -22,7 +22,8 @@ echo -n "foo=yes bar=no root=/dev/fakeroot debug rd.break=initqueue" > mnt/cmdli objcopy \ --add-section .osrel=/etc/os-release --change-section-vma .osrel=0x20000 \ --add-section .cmdline=mnt/cmdline.txt --change-section-vma .cmdline=0x30000 \ - --add-section .linux=/boot/$(cat /etc/machine-id)/$(uname -r)/linux --change-section-vma .linux=0x40000 \ + --add-section .splash=test/splash.bmp --change-section-vma .splash=0x40000 \ + --add-section .linux=/boot/$(cat /etc/machine-id)/$(uname -r)/linux --change-section-vma .linux=0x2000000 \ --add-section .initrd=/boot/$(cat /etc/machine-id)/$(uname -r)/initrd --change-section-vma .initrd=0x3000000 \ linuxx64.efi.stub mnt/EFI/Linux/linux-test.efi