copie d'un Makefile et du template de base dans l'ISO
parent
89b76ca559
commit
2775760aff
@ -0,0 +1,3 @@
|
|||||||
|
all:
|
||||||
|
nixos-generate-config --root /mnt
|
||||||
|
cp -r nixos-template-base /mnt/etc/nixos/
|
@ -1,3 +1,3 @@
|
|||||||
# nixos-livecd
|
# Custom NixOS Live CD
|
||||||
|
|
||||||
Custom NixOS Live CD
|
After partitioning and mounting of your partitions under `/mnt`, go to `/iso/custom` and run `make`.
|
||||||
|
Loading…
Reference in New Issue