diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 15:11:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 15:11:34 +0000 |
commit | 2f67d9e2fe7bbec10e67bf7e52999c594c4d6400 (patch) | |
tree | 84e3428db35283defe8c6fa3446b65d8ae887693 /target/generic/target_busybox_skeleton/etc/group | |
parent | 0fed2766a40419cd325dbb8ec0ac29f96ccc1b83 (diff) | |
download | buildroot-novena-2f67d9e2fe7bbec10e67bf7e52999c594c4d6400.tar.gz buildroot-novena-2f67d9e2fe7bbec10e67bf7e52999c594c4d6400.zip |
- preparation for BR2_PACKAGE_BUSYBOX_SKELETON
"Use a minimal target skeleton for use with busybox's mdev et al"
Diffstat (limited to 'target/generic/target_busybox_skeleton/etc/group')
-rw-r--r-- | target/generic/target_busybox_skeleton/etc/group | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/generic/target_busybox_skeleton/etc/group b/target/generic/target_busybox_skeleton/etc/group new file mode 100644 index 000000000..f78c22cda --- /dev/null +++ b/target/generic/target_busybox_skeleton/etc/group @@ -0,0 +1,16 @@ +root:x:0: +daemon:x:1: +bin:x:2: +sys:x:3: +adm:x:4: +tty:x:5: +disk:x:6: +wheel:x:10:root +utmp:x:43: +staff:x:50: +haldaemon:x:68: +dbus:x:81: +nobody:x:99: +nogroup:x:99: +users:x:100: +default:x:1000: |