kbuild: add support for squashing uid/gid in gen_initramfs_list.sh
authorMike Frysinger <vapier@gentoo.org>
Fri, 11 May 2007 05:44:28 +0000 (22:44 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 16 Jul 2007 19:15:52 +0000 (21:15 +0200)
Sometimes it is useful to squash all uid's/gid's to 0:0 regardless of
current owner.  For example, in build systems that get run as arbitrary
users (uClinux-dist).  This adds a special "squash" keyword so you can do
'-g squash -u squash' and have ownership squashed to root.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

No differences found