diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-11 19:51:03 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-11 19:51:03 (GMT) |
commit | c5bb2c762596200b21b2b45cdbc18f01144f1332 (patch) | |
tree | fc0f25f217e1083e0ba610ab16f9ceb8b7871a0c /build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc | |
parent | cba152f0a94680ed3558bf1c46a459e7a5e5680e (diff) | |
download | linhes_dev-c5bb2c762596200b21b2b45cdbc18f01144f1332.zip |
Modify build profiles to not use inittab
Diffstat (limited to 'build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc')
-rw-r--r-- | build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab | 2 | ||||
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local | 17 |
2 files changed, 15 insertions, 4 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab index 2de483f..39003ed 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/inittab @@ -13,7 +13,7 @@ ## Only one of the following two lines can be uncommented! # Boot to console -id:5:initdefault: +id:3:initdefault: # Boot to X11 #id:5:initdefault: diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local index 216ec8e..cdd7966 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/etc/rc.local @@ -2,15 +2,26 @@ # # /etc/rc.local: Local multi-user startup script. # +. /etc/profile +. ${MV_ROOT}/bin/install_functions.sh + +#check network parms +init_network + + #install initial database pacman -S --noconfirm mythdb-initial 2>/dev/null +#search for remote +init_remote + +/root/startx & + + + # Set up automatically logged in user (larch live system only) if [ -f /.livesys/autologin ]; then cp /.livesys/autologin /tmp/newuser fi -# Restore saved sound volume, etc. -#alsactl restore -#install initial database |