From 8aaf4e9a752a276d57186cf9fc34ea8d70214980 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 11 Aug 2005 14:06:04 +0000 Subject: [PATCH] touch a file "NIXOS" so we can more easily find the NixOS install CD svn path=/nixu/trunk/; revision=3546 --- make-disk.sh | 2 ++ 1 file changed, 2 insertions(+) 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}