aboutsummaryrefslogtreecommitdiff
path: root/default-config/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove tmpfs at /tmp in default fstab, as our whole system is a tmpfsDan McGee2007-10-241-1/+0
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Update rc.conf a bit moreDan McGee2007-10-241-6/+2
| | | | | | | | * Remove lo interface as we don't need it anymore with the new initscripts * Make clock configurable on the command line * Remove unnecessary stuff Signed-off-by: Dan McGee <dan@archlinux.org>
* Add some pregenerated locales to the default configDan McGee2007-10-241-0/+361
| | | | | | | | | | | | | This adds a locale.gen file with the default generated locales uncommented, and a prebuilt locale-archive containing the following locales: $ locale -a C POSIX en_US en_US.iso88591 en_US.utf8 Signed-off-by: Dan McGee <dan@archlinux.org>
* rc.conf defaults to localtime instead of UTCSimo Leone2007-10-241-1/+1
| | | | | | | | Most user's systems will have localtime over UTC, or at least in a liveCD situation it's a better assumption. Signed-off-by: Simo Leone <simo@archlinux.org>
* Fix line in sudoers so we can successfully sudoDan McGee2007-10-241-1/+1
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Fix issue where stock Arch initscripts were unable to find /Dan McGee2007-10-101-0/+1
| | | | | | | | If we add a root entry in our default fstab, we will be able to remount root without issues in the initscripts, even if we don't have access to the original mount locations and such. Signed-off-by: Dan McGee <dan@archlinux.org>
* Ew, DOS line endings. Get rid of them.Dan McGee2007-10-101-21/+21
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Add some groups that were missing from the default configDan McGee2007-10-101-0/+2
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Fixed cmdline_param(), used in rc.confSimo Leone2007-10-091-3/+2
| | | | | | | | | | | Turns out /proc gets mounted after rc.conf is sourced for the first time, so /proc/cmdline isn't such a great place to be getting parameters from in rc.conf. Use CMDLINE env variable instead, which is set to mostly the same thing (well the part we care about, at the least). Also cmdline_param wasn't breaking out of the loop properly. Signed-off-by: Simo Leone <simo@archlinux.org>
* Corrected DOS newlines... whoopsAaron Griffin2006-09-296-94/+94
| | | | git-svn-id: http://phraktured.net/archiso@16 00a9fe69-e71b-0410-bb23-df0e5024db41
* git-svn-id: http://phraktured.net/archiso@13 ↵Aaron Griffin2006-09-286-51/+27
| | | | 00a9fe69-e71b-0410-bb23-df0e5024db41
* git-svn-id: http://phraktured.net/archiso@12 ↵Aaron Griffin2006-09-196-9/+21
| | | | 00a9fe69-e71b-0410-bb23-df0e5024db41
* git-svn-id: http://phraktured.net/archiso@7 00a9fe69-e71b-0410-bb23-df0e5024db41Aaron Griffin2006-09-128-20/+38
|
* Initial importAaron Griffin2006-08-3012-0/+165
git-svn-id: http://phraktured.net/archiso@1 00a9fe69-e71b-0410-bb23-df0e5024db41