core/filesystem to 2012.11-1

This commit is contained in:
Kevin Mihelich 2012-11-28 06:34:18 +00:00
parent 0cf3723bc5
commit 18b3b19e44
3 changed files with 44 additions and 32 deletions

View file

@ -1,9 +1,12 @@
# $Id: PKGBUILD 165799 2012-08-30 16:58:37Z tomegun $ # $Id: PKGBUILD 172086 2012-11-27 19:16:31Z dreisner $
# Maintainer: Tom Gundersen <teg@jklm.no> # Maintainer: Tom Gundersen <teg@jklm.no>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - modifed os-release
pkgname=filesystem pkgname=filesystem
pkgver=2012.10 pkgver=2012.11
pkgrel=2 pkgrel=1
pkgdesc='Base filesystem' pkgdesc='Base filesystem'
arch=('any') arch=('any')
license=('GPL') license=('GPL')
@ -31,7 +34,7 @@ package() {
# #
# setup root filesystem # setup root filesystem
# #
for d in boot dev etc home media mnt usr var opt srv/http run; do for d in boot dev etc home mnt usr var opt srv/http run; do
install -d -m755 ${d} install -d -m755 ${d}
done done
install -d -m555 proc install -d -m555 proc
@ -96,7 +99,7 @@ md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
'6e488ffecc8ba142c0cf7e2d7aeb832e' '6e488ffecc8ba142c0cf7e2d7aeb832e'
'455b78cada80f40b6f6968f5cbd97a2e' '455b78cada80f40b6f6968f5cbd97a2e'
'01249bb0ba4468f95e2cc3a627f5e6e3' '01249bb0ba4468f95e2cc3a627f5e6e3'
'ca716f853860199c1286e7939b2f2666' '693c97f2c9a519bb97a17008e92c2b74'
'1745349eb24ed21b4cfaa6f423bddb76' '1745349eb24ed21b4cfaa6f423bddb76'
'7bc65f234dfb6abf24e7c3b03e86f4ff' '7bc65f234dfb6abf24e7c3b03e86f4ff'
'd41d8cd98f00b204e9800998ecf8427e' 'd41d8cd98f00b204e9800998ecf8427e'
@ -106,5 +109,5 @@ md5sums=('004013ac940ef3d3cdd8c596e7accfe1'
'677523dbe94b79299aa91b35ed8203b6' '677523dbe94b79299aa91b35ed8203b6'
'f3b6ae7db8adffaaa4bffc6099dcbd50' 'f3b6ae7db8adffaaa4bffc6099dcbd50'
'a8a962370cd0128465d514e6a1f74130' 'a8a962370cd0128465d514e6a1f74130'
'f339bbc45ff3ad4dd73039beab2f28e3' '2e193c4a37245f2323ebe87f1a673563'
'3807d07215d9116331fe1cf8feeaa0f8') '3807d07215d9116331fe1cf8feeaa0f8')

View file

@ -14,66 +14,76 @@ Overview of the basic configuration of Arch Linux.
DESCRIPTION DESCRIPTION
----------- -----------
Arch Linux exposes the user to the system without hiding any details. This manpage gives a Arch Linux exposes the user to the system without hiding any details.
brief overview of the configuration files that should be set up on a fresh install. This man page gives a brief overview of the configuration files that should be set up on a fresh install.
SYSTEM SERVICES[[S]] SYSTEM SERVICES[[S]]
-------------------- --------------------
System services to be started at boot can be enabled using 'systemctl enable <name>.service'. To view System services to be started at boot can be enabled using 'systemctl enable <name>'.
available services use 'systemctl list-unit-files'. To view available services, use 'systemctl list-unit-files'.
HOSTNAME[[H]] HOSTNAME[[H]]
------------- -------------
The hostname of the machine can be set using 'hostnamectl set-hostname <hostname>'. It will then be The hostname of the machine can be set using 'hostnamectl set-hostname <hostname>'.
written to /etc/hostname. It will then be written to /etc/hostname.
LOCALIZATION[[L]] LOCALIZATION[[L]]
----------------- -----------------
Various locales may be enabled in /etc/locale.gen, and generated by locale-gen. The system-wide locale to be used Various locales may be enabled in /etc/locale.gen and are generated by 'locale-gen'.
can be configured in /etc/locale.conf. These settings can be overridden on a per-user basis by keeping a The system-wide locale to be used can be configured in /etc/locale.conf.
user-specific locale.conf in $HOME/.config/locale.conf. The user-specific file will take precedence if it exists. These settings can be overridden on a per-user basis by keeping a user-specific locale.conf in $HOME/.config/locale.conf.
The user-specific file will take precedence if it exists.
VIRTUAL CONSOLE[[V]] VIRTUAL CONSOLE[[V]]
-------------------- --------------------
The virtual console is configured in /etc/vconsole.conf. It allows you to set a font and a keyboard layout, among The virtual console is configured in /etc/vconsole.conf.
other things. Note that these settings only apply to the console, and not if you use X. It allows you to set a font and a keyboard layout, among other things.
Note that these settings only apply to the console and do not apply if you use X.
TIME[[T]] TIME[[T]]
--------- ---------
The local timezone is configured by calling 'timedatectl set-timezone <Region/City>'. A *symlink* is then created The local time zone is configured by calling 'timedatectl set-timezone <Region/City>'.
from /etc/localtime to the correct zoneinfo file under /usr/share/zoneinfo/. E.g., A relative *symlink* is then created from /etc/localtime to the correct zoneinfo file under /usr/share/zoneinfo/. For example,
/etc/localtime -> ../usr/share/zoneinfo/Europe/Paris /etc/localtime -> ../usr/share/zoneinfo/Europe/Paris
The real-time clock, which keeps track of time when the computer is off, can be configured to either The real-time clock, which keeps track of time when the computer is off, can be configured to either
be in UTC or in localtime by calling 'timedatectl set-local-rtc <false|true>'. The default is UTC. be in UTC or in local time by calling 'timedatectl set-local-rtc <false|true>'.
The default is UTC.
FILESYSTEMS[[F]] FILE SYSTEMS[[F]]
---------------- -----------------
Filesystems are configured in /etc/fstab, and encryption mappings are configured in /etc/crypttab. File systems are configured in /etc/fstab, and encryption mappings are configured in /etc/crypttab.
INITRAMFS[[R]] INITRAMFS[[R]]
-------------- --------------
The initramfs is generated by mkinitcpio, and can be configured in /etc/mkinitcpio.conf. The initramfs is generated by 'mkinitcpio -p <preset>'.
The default preset is "linux".
The initramfs can be configured in /etc/mkinitcpio.conf and must be regenerated after making configuration changes.
PACKAGE MANAGER[[P]] PACKAGE MANAGER[[P]]
-------------------- --------------------
The package manager, pacman, is configured in /etc/pacman.conf. The package manager, pacman, is configured in /etc/pacman.conf.
BOOTLOADER[[B]] BOOT LOADER[[B]]
--------------- ----------------
GRUB's configuration is generated from /etc/default/grub by grub-mkconfig. Syslinux is configured in /boot/syslinux/syslinux.cfg GRUB's configuration is generated from /etc/default/grub by 'grub-mkconfig -o /boot/grub/grub.cfg'.
Syslinux is configured in /boot/syslinux/syslinux.cfg.
MODULES[[M]] MODULES[[M]]
------------ ------------
Most modules should be loaded on-demand. Modules to be unconditionally loaded at boot can be specified in /etc/modules-load.d/, Most modules should be loaded on-demand.
and modules to be blacklisted from auto-loading can be configured in /etc/modprobe.d/. Modules to be unconditionally loaded at boot can be specified in /etc/modules-load.d/,
and modules to be blacklisted from automatically loading can be configured in /etc/modprobe.d/.
SEE ALSO SEE ALSO
-------- --------
systemctl(1), hostnamectl(1), hostname(5), locale.conf(5), vconsole.conf(5), timedatectl(1), timezone(3), hwclock(8), fstab(5), *systemctl*(1), *hostnamectl*(1), *hostname*(5), *locale.conf*(5),
crypttab(5), mkinitcpio(8), pacman(8), pacman.conf(5), grub-mkconfig(8), syslinux(1), modules-load.d(5), modprobe.d(5) *vconsole.conf*(5), *timedatectl*(1), *timezone*(3), *hwclock*(8),
*fstab*(5), *crypttab*(5), *mkinitcpio*(8), *pacman*(8), *pacman.conf*(5),
*grub-mkconfig*(8), *syslinux*(1), *modules-load.d*(5), *modprobe.d*(5),
*systemd*(1)
AUTHORS AUTHORS
------- -------

View file

@ -2,4 +2,3 @@
# /etc/fstab: static file system information # /etc/fstab: static file system information
# #
# <file system> <dir> <type> <options> <dump> <pass> # <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0