forked from DGNum/liminix
rename flashable->flashimage, o.squashfs to rootfs
"rootfs" describes what it is for, "squashfs" merely says how it's implemented (also, rootfs-as-jffs2 will soon be added)
This commit is contained in:
parent
2e15acd61c
commit
0687ae7f5c
11 changed files with 27 additions and 27 deletions
|
@ -5,7 +5,7 @@
|
|||
let img = (import liminix {
|
||||
device = import "${liminix}/devices/qemu/";
|
||||
liminix-config = "${liminix}/vanilla-configuration.nix";
|
||||
}).outputs.squashfs;
|
||||
}).outputs.rootfs;
|
||||
pkgs = import <nixpkgs> {};
|
||||
in pkgs.runCommand "check" {
|
||||
nativeBuildInputs = with pkgs; [ squashfsTools s6-rc ] ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue