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:
@@ -33,7 +33,7 @@ in rec {
|
||||
imports = [
|
||||
../modules/tftpboot.nix
|
||||
../modules/wlan.nix
|
||||
../modules/flashable.nix
|
||||
../modules/flashimage.nix
|
||||
../modules/kexecboot.nix
|
||||
];
|
||||
|
||||
|
@@ -35,7 +35,7 @@ in rec {
|
||||
imports = [
|
||||
../modules/wlan.nix
|
||||
../modules/tftpboot.nix
|
||||
../modules/flashable.nix
|
||||
../modules/flashimage.nix
|
||||
];
|
||||
|
||||
hostname = "extneder";
|
||||
|
@@ -33,7 +33,7 @@ in rec {
|
||||
imports = [
|
||||
./modules/wlan.nix
|
||||
./modules/tftpboot.nix
|
||||
# ./modules/flashable.nix
|
||||
# ./modules/flashimage.nix
|
||||
];
|
||||
|
||||
kernel = {
|
||||
|
Reference in New Issue
Block a user