a test for liminix-rebuild

it's hacky as Selby, but it's better than no test
This commit is contained in:
Daniel Barlow
2023-12-29 22:11:04 +00:00
parent ec1ff283da
commit 2152a3f207
6 changed files with 96 additions and 1 deletions

View File

@@ -101,7 +101,7 @@
"-drive" (.. "if=none,format=raw,id=hd0,file=" disk)
"-device" "virtio-blk-pci,drive=hd0"
]
(let [cmdline (.. cmdline " mem=256M liminix mtdparts=phram0:16M(rootfs) phram.phram=phram0," options.phram-address ",16Mi,65536 root=/dev/mtdblock0")]
(let [cmdline (.. "root=/dev/mtdblock0" " " cmdline " mem=256M liminix mtdparts=phram0:16M(rootfs) phram.phram=phram0," options.phram-address ",16Mi,65536")]
["-kernel" options.kernel "-append" cmdline])))
(local bin {