diff options
author | James Meyer <james.meyer@operamail.com> | 2011-07-30 19:33:36 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-07-30 19:33:36 (GMT) |
commit | b793ac00caef0956a7b362197c656c996315d4f0 (patch) | |
tree | 71fb73ad20ad72a8a4ec5e93be654c5e326d3704 /build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process | |
parent | a5f29802fb46591e72d3291bf9896e142bcdab8a (diff) | |
download | linhes_dev-b793ac00caef0956a7b362197c656c996315d4f0.zip |
profile-sync: adds utmp to group
removes larch-hook for fstab
cleanup rc.conf. Mostly removing bogus network info
Diffstat (limited to 'build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process')
-rwxr-xr-x | build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/modify_chroot.sh | 1 | ||||
-rwxr-xr-x | build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf | 43 |
2 files changed, 2 insertions, 42 deletions
diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/modify_chroot.sh b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/modify_chroot.sh index e635c0e..4b91959 100755 --- a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/modify_chroot.sh +++ b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/modify_chroot.sh @@ -1,6 +1,7 @@ #!/bin/bash echo "larch5" > /etc/hostname useradd -m -s /bin/bash mythtv -G audio,video,optical,storage,users +/usr/sbin/groupadd -g 20 utmp cp -rvpf /.post_process/home/mythtv /home/ cp -rvpf /.post_process/home/mythtv/.fluxbox /root cp -vpf /.post_process/nouveau.conf /etc/modprobe.d/nouveau.conf diff --git a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf index 7ab2209..391c913 100755 --- a/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf +++ b/build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/post_process/rc.conf @@ -66,47 +66,6 @@ HOSTNAME=`cat /etc/hostname` #The following is only used on the install. After the first boot everything is set from /etc/net. - -# -# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available -# interfaces. -# -# Interfaces to start at boot-up (in this order) -# Declare each interface then list in INTERFACES -# - prefix an entry in INTERFACES with a ! to disable it -# - no hyphens in your interface names - Bash doesn't like it -# -# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") -# -lo="lo 127.0.0.1" -#eth0="dhcp" -INTERFACES=(lo ) -# -# Routes to start at boot-up (in this order) -# Declare each route then list in ROUTES -# - prefix an entry in ROUTES with a ! to disable it -# -gateway="default gw 192.168.0.1" -ROUTES=(!gateway) -# -# Enable these network profiles at boot-up. These are only useful -# if you happen to need multiple network configurations (ie, laptop users) -# - set to 'menu' to present a menu during boot-up (dialog package required) -# - prefix an entry with a ! to disable it -# -# Network profiles are found in /etc/network-profiles -# -#NET_PROFILES=(main) - -# -# ----------------------------------------------------------------------- -# DAEMONS -# ----------------------------------------------------------------------- -# -# Daemons to start at boot-up (in this order) -# - prefix a daemon with a ! to disable it -# - prefix a daemon with a @ to start it up in the background -# #DAEMONS=(syslog-ng network netfs crond) -DAEMONS=(fbsplash !syslog-ng !hotplug !pcmcia network !mysqld !dbus !avahi-daemon) +DAEMONS=(fbsplash !syslog-ng !hotplug !pcmcia !network !mysqld !dbus !avahi-daemon) # End of file |