diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-29 17:04:57 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-29 17:04:57 +0200 |
commit | 5a50d906f2f8202ff8a787e1ebdb4799669e9380 (patch) | |
tree | 6ef9d5cef6314e2f5184ae42f78b1e5cab511e9b | |
parent | a43e4c72ce3a3ba07c1599a4e9b0782163685a9f (diff) | |
download | kanotix-5a50d906f2f8202ff8a787e1ebdb4799669e9380.zip kanotix-5a50d906f2f8202ff8a787e1ebdb4799669e9380.tar.gz |
exclude initrd from squashfs-image
-rw-r--r-- | config/binary_rootfs/excludes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binary_rootfs/excludes b/config/binary_rootfs/excludes new file mode 100644 index 0000000..d3c2714 --- /dev/null +++ b/config/binary_rootfs/excludes @@ -0,0 +1 @@ +boot/initrd* |