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:
parent
592b736d33
commit
8aaf4e9a75
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue