Move /etc

This commit is contained in:
Mark
2019-10-10 17:40:06 +03:00
parent 1e55746e18
commit 35a5b787d7
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ $(O)/sys/amd64/loader/%.o: sys/amd64/loader/%.c $(HEADERS) config
amd64_mkstage:
@rm -rf $(O)/sys/amd64/stage
@mkdir -p $(O)/sys/amd64/stage
@cp -r etc $(O)/sys/amd64/stage/etc
@cp -r usr/etc $(O)/sys/amd64/stage/etc
$(O)/sys/amd64/initrd.img: amd64_mkstage
@cd $(O)/sys/amd64/stage && tar czf $@ *
View File
View File
View File