Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/589caa3e640ff8115ec53b634bcb0c0c8fc820f7?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/5/head
xSmurf 10 years ago
parent 75cd7a3dfb
commit 589caa3e64

@ -0,0 +1,3 @@
#!/bin/bash
qemu-system-x86_64 -enable-kvm -cpu host -boot d -m 1536 -kernel ./output/images/bzImage -append "boot=live ipv6.disable=1 " -initrd ./output/images/rootfs.cpio.xz
Loading…
Cancel
Save