diff --git a/make-disk.sh b/make-disk.sh index 4a87ffed6292..70698a30b9eb 100755 --- a/make-disk.sh +++ b/make-disk.sh @@ -146,6 +146,8 @@ cp -fau --parents ${coreUtils} ${initdir} cp -fau --parents ${e2fsProgs} ${initdir} cp -fau --parents ${modUtils} ${initdir} +touch ${initdir}/NIXOS + (cd ${initdir}; find . |cpio -c -o) | gzip -9 > ${initrd} #(cd ${archivesDir}/initdir; find . |cpio -c -o) | gzip -9 > ${initrd}