1
0
forked from dan/liminix
Commit Graph

817 Commits

Author SHA1 Message Date
e505e37d9a build util-linux without systemd
this didnt work before but it does now, maybe because we
upgraded nixpkgs 23.05->23.11
2023-12-30 22:26:12 +00:00
2152a3f207 a test for liminix-rebuild
it's hacky as Selby, but it's better than no test
2023-12-29 22:11:04 +00:00
ec1ff283da vmdisk output: allow extra params to run.sh 2023-12-29 18:12:57 +00:00
0bf98c5243 add output for u-boot 2023-12-29 17:07:47 +00:00
dc42969ef6 dribble 2023-12-29 16:54:35 +00:00
1a041392aa liminix-rebuild: add --no-reboot param 2023-12-27 17:47:42 +00:00
6469408d5f run-liminix-vm: don't reverse order of --flags params 2023-12-26 21:59:00 +00:00
f020d5b25d qemu mips: enable rebooting 2023-12-26 21:58:18 +00:00
e5cbc2b86b WIP add systemConfiguration "install" command
which copies the init stuff (whatever it is) from store to /persist
instead of making liminix-rebuild have to know what the files are.

This is principally to ease making a system configuration in /mnt or
similar when operating in a rescue/recovery scenario, and we
don't want to liminix-rebuild because it will reboot
2023-12-23 23:53:47 +00:00
29f35cb902 min-copy-closure: add --root to copy to non-standard place 2023-12-23 23:12:40 +00:00
dbf1ecdcb7 swap zimage and dtb in ram
kernel uncompression code creates a stack directly
after the compressed payload, which was trashing the dtb
2023-12-23 15:38:32 +00:00
aecc44aaa0 run-liminix-vm: --flag parameter passes arg straight to qemu 2023-12-23 15:32:59 +00:00
1042be912c turris omnia: switch to regular tftpboot output
now it does zimage and rootfs compression
2023-12-23 00:05:34 +00:00
c931d84828 tftproot: put command line in dtb 2023-12-23 00:05:34 +00:00
64a3f50248 tftpboot: support compressed root 2023-12-23 00:05:34 +00:00
c5e9fcecc7 uninit var 2023-12-23 00:05:34 +00:00
f25c41b4d2 tftpboot: move things around in memory
new layout has rootfs followed by kernel and dtb, so that we
know the rootfs start and size to embed them into the dtb instead
of having to use dummy values and fill them in afterwards
2023-12-23 00:05:34 +00:00
bfa68d9c55 remove unused variable 2023-12-23 00:05:34 +00:00
ff0ef825a6 tftpboot: add option for kernel image format 2023-12-23 00:05:34 +00:00
44a0cf364b remove boot-scr output, merge into tftpboot
(1) it creates two things (script and dtb); (2) it's a bit pointless
without the tftpboot output it depends on
2023-12-22 21:37:15 +00:00
c7b2733bea tftpbootlz: put command line in dtb
this makes boot.scr substantially shorter, in anticipation of using it
for first boot of the omnia and not wanting to embed an essay in
a setenv value
2023-12-22 20:09:44 +00:00
dfbc72dd51 tftpboot test: fix reserved-memory dt for aarch64 2023-12-22 17:37:53 +00:00
9f851b229c inadvertently committed, remove 2023-12-22 16:25:54 +00:00
fe2d41a2b1 wlan test: robustify, tail log on failure 2023-12-22 15:49:43 +00:00
9b92bf8447 gazing into the abyss 2023-12-22 15:30:01 +00:00
5f9ffa804f better detect test succeeded 2023-12-22 15:29:33 +00:00
231c2cef03 make reserved-memory work on mips, and improve test 2023-12-21 22:21:20 +00:00
dbb82339bd tftpboot test: fail if reserved-memory node is wrong 2023-12-21 21:13:16 +00:00
4a606a4b19 tidy up kernel patch 2023-12-21 21:12:55 +00:00
9c894bdabf add tftpboot test for mips 2023-12-21 19:25:45 +00:00
a962f18369 run-liminix-vm: map rootfs file iff --phram-address supplied 2023-12-21 19:25:45 +00:00
9a29a042e8 fix tftpboot test on boards without autoboot, swap wan/lan
This is for MIPS.  I spent a while investigating why the second virtio
net device doesn't function in qemu mips malta u-boot, but with no
success. Use the first one instead.
2023-12-21 19:25:16 +00:00
46926a94db dont need phram-address param for tftpboot test
the phram setup for this test is all passed from
u-boot to the kernel
2023-12-21 19:24:58 +00:00
ab0631c555 qemu mips expects different file size for u-boot 2023-12-19 18:48:28 +00:00
32c13c46bb support aarch64 in tftpboot test 2023-12-19 12:12:12 +00:00
e5db2691e5 add CI job to test tftpboot 2023-12-18 22:42:29 +00:00
9ca9723c9d make rootfs work with tftpbootlz 2023-12-17 19:39:26 +00:00
d1e2d525a4 tftpboot omnia using bootz not bootm
because kernel size is now beyond the u-boot size
limit for bootm
2023-12-16 23:40:55 +00:00
f4f4387861 well, we're back to where we can boot again
so that's good
2023-12-16 23:40:55 +00:00
55fa9992d4 WIP 2023-12-13 21:54:15 +00:00
95d9e014fb omnia: fix paths 2023-12-13 21:52:28 +00:00
80528376a2 move o.systemConfiguration to initramfs module
as far as I can tell, we define it identically in every module
that uses initramfs
2023-12-11 21:47:15 +00:00
d707345891 rename rootfsFiles to rootdir, add bootablerootdir 2023-12-11 21:21:12 +00:00
133b64613d link to NEWS file 2023-12-11 20:18:28 +00:00
c6c41e331e let's have a place to document breaking changes 2023-12-11 19:09:56 +00:00
b878d6481a the first rule of thought club 2023-12-11 19:09:19 +00:00
601bb289ee rename diskimage to mbrimage 2023-12-11 19:09:19 +00:00
876bd7d8ce rename flashimage to mtdimage 2023-12-11 19:09:18 +00:00
39c338d710 rm vanilla-configuration-hw.nix, no longer needed 2023-12-11 19:09:18 +00:00
6c8b2bbb83 add retries to wlan test 2023-12-10 18:35:14 +00:00