touch a file "NIXOS" so we can more easily find the NixOS install CD

svn path=/nixu/trunk/; revision=3546
This commit is contained in:
Armijn Hemel 2005-08-11 14:06:04 +00:00
parent 592b736d33
commit 8aaf4e9a75
1 changed files with 2 additions and 0 deletions

View File

@ -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}