* [Buildroot] svn commit: trunk/buildroot/target/generic/target_skeleton/etc
@ 2006-12-02 18:34 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2006-12-02 18:34 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-12-02 10:34:32 -0800 (Sat, 02 Dec 2006)
New Revision: 16760
Log:
- eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work.
Modified:
trunk/buildroot/target/generic/target_skeleton/etc/inittab
Changeset:
Modified: trunk/buildroot/target/generic/target_skeleton/etc/inittab
===================================================================
--- trunk/buildroot/target/generic/target_skeleton/etc/inittab 2006-12-02 18:32:33 UTC (rev 16759)
+++ trunk/buildroot/target/generic/target_skeleton/etc/inittab 2006-12-02 18:34:32 UTC (rev 16760)
@@ -14,8 +14,8 @@
# process == program to run
# Startup the system
+null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/mount -o remount,rw /
-null::sysinit:/bin/mount -t proc proc /proc
null::sysinit:/bin/mount -a
null::sysinit:/bin/hostname -F /etc/hostname
null::sysinit:/sbin/ifconfig lo 127.0.0.1 up
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/generic/target_skeleton/etc
@ 2007-01-14 4:25 sjhill at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: sjhill at uclibc.org @ 2007-01-14 4:25 UTC (permalink / raw)
To: buildroot
Author: sjhill
Date: 2007-01-13 20:25:41 -0800 (Sat, 13 Jan 2007)
New Revision: 17290
Log:
Add users and groups for D-Bus and HAL.
Modified:
trunk/buildroot/target/generic/target_skeleton/etc/group
trunk/buildroot/target/generic/target_skeleton/etc/passwd
Changeset:
Modified: trunk/buildroot/target/generic/target_skeleton/etc/group
===================================================================
--- trunk/buildroot/target/generic/target_skeleton/etc/group 2007-01-14 04:20:57 UTC (rev 17289)
+++ trunk/buildroot/target/generic/target_skeleton/etc/group 2007-01-14 04:25:41 UTC (rev 17290)
@@ -8,6 +8,8 @@
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:
Modified: trunk/buildroot/target/generic/target_skeleton/etc/passwd
===================================================================
--- trunk/buildroot/target/generic/target_skeleton/etc/passwd 2007-01-14 04:20:57 UTC (rev 17289)
+++ trunk/buildroot/target/generic/target_skeleton/etc/passwd 2007-01-14 04:25:41 UTC (rev 17290)
@@ -8,6 +8,8 @@
www-data:x:33:33:www-data:/var/www:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
operator:x:37:37:Operator:/var:/bin/sh
+haldaemon:x:68:68:hald:/:/bin/sh
+dbus:x:81:81:dbus:/var/run/dbus:/bin/sh
+nobody:x:99:99:nobody:/home:/bin/sh
sshd:x:103:99:Operator:/var:/bin/sh
-nobody:x:99:99:nobody:/home:/bin/sh
default:x:1000:1000:Default non-root user:/home/default:/bin/sh
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/target/generic/target_skeleton/etc
@ 2008-05-31 7:27 jacmet at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: jacmet at uclibc.org @ 2008-05-31 7:27 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-05-31 00:27:43 -0700 (Sat, 31 May 2008)
New Revision: 22132
Log:
generic target_skeleton: add /sys to fstab
Modified:
trunk/buildroot/target/generic/target_skeleton/etc/fstab
Changeset:
Modified: trunk/buildroot/target/generic/target_skeleton/etc/fstab
===================================================================
--- trunk/buildroot/target/generic/target_skeleton/etc/fstab 2008-05-31 07:27:40 UTC (rev 22131)
+++ trunk/buildroot/target/generic/target_skeleton/etc/fstab 2008-05-31 07:27:43 UTC (rev 22132)
@@ -5,4 +5,4 @@
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
tmpfs /tmp tmpfs defaults 0 0
-
+sysfs /sys sysfs defaults 0 0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-31 7:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 7:27 [Buildroot] svn commit: trunk/buildroot/target/generic/target_skeleton/etc jacmet at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-01-14 4:25 sjhill at uclibc.org
2006-12-02 18:34 aldot at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox