wok-current rev 15035
qemu-light: fix eth rom name
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 12:25:48 2013 +0000 (2013-08-12) |
parents | dd1920b0cc5d |
children | 9fec26b381a1 |
files | qemu-light/receipt |
line diff
1.1 --- a/qemu-light/receipt Mon Aug 12 12:23:39 2013 +0000 1.2 +++ b/qemu-light/receipt Mon Aug 12 12:25:48 2013 +0000 1.3 @@ -43,7 +43,7 @@ 1.4 mkdir -p $fs/usr/share/qemu 1.5 cp -a $install/usr/bin $fs/usr 1.6 cp -a $install/usr/share/qemu/keymaps $fs/usr/share/qemu 1.7 - for bin in bios.bin vgabios-cirrus.bin pxe-e1000.bin linuxboot.bin 1.8 + for bin in bios.bin vgabios-cirrus.bin pxe-e1000.rom linuxboot.bin 1.9 do 1.10 cp -a $install/usr/share/qemu/$bin $fs/usr/share/qemu 1.11 done