aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/root-image
Commit message (Collapse)AuthorAgeFilesLines
* releng: Fix 81-dhcpcd.rulesThomas Bächler2014-02-011-1/+1
| | | | | Commit a526d961f84fbd1a7c3b8c0d9c045700153626b7 broke this rule for virtio and other devices where no ID_NET_* is exported.
* Only launch dhcpcd for ethernet interfacesThomas Bächler2014-01-031-1/+1
|
* [configs/releng] explicit set 'Storage=volatile' for journaldGerardo Exequiel Pozzi2013-09-211-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* releng: Allow specifying a mirror on the kernel command line.Thomas Bächler2013-06-163-1/+37
| | | | | | The new mirror= option takes a mirror URL and creates a new mirrorlist. When setting mirror=auto, the mirror is taken from archiso_http_srv in order to keep using the mirror selected in the netboot menu.
* [configs/releng] Update zsh path to match /etc/shellsGerardo Exequiel Pozzi2013-06-041-2/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use a udev rule instead of dhcpcd.serviceGerardo Exequiel Pozzi2013-05-282-1/+2
| | | | | | | | https://mailman.archlinux.org/pipermail/arch-releng/2013-May/003163.html Thanks Dave & Thomas Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use drop-in feature of systemd for getty autologinGerardo Exequiel Pozzi2013-05-262-6/+4
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use dhcpcd service provided by the package.Gerardo Exequiel Pozzi2013-03-031-13/+0
| | | | | | Implements FS#34075. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Rework make_customize_root_image()Gerardo Exequiel Pozzi2012-11-021-0/+25
| | | | | | | | | | Using a separate shell script to customize live-enviroment, makes much more readable code. Move all thing except: * Need network access (name resolving). * Need access to some file outside chroot. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Remove custom /etc/hostsGerardo Exequiel Pozzi2012-10-251-9/+0
| | | | | | | Leave the work to the [nss-myhostname] package that is now in {base} and is configured by default in [filesystem] (/etc/nsswitch.conf). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] /etc/vconsole.conf remove, redundantGerardo Exequiel Pozzi2012-10-131-2/+0
| | | | | | systemd does not touch anymore FONT and KEYMAP by default. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] /etc/timezone is not used anymoreGerardo Exequiel Pozzi2012-10-131-1/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Use tmpfs for /etc/pacman.d/gnupg instead of a symlink to /runPierre Schmitz2012-10-064-2/+10
| | | | | | This fixes FS#31815 Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* Run dhcpcd on all devicesPierre Schmitz2012-10-052-6/+13
| | | | | | As we did with initscripts, run dhcpcd on all devices and not just eth0. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* [configs/releng] Rework automated_script() from initscript hooks to ↵Gerardo Exequiel Pozzi2012-10-032-0/+35
| | | | | | /root/.zlogin Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Remove files for sysvinit and initscriptsGerardo Exequiel Pozzi2012-10-036-173/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add pacman-init.serviceGerardo Exequiel Pozzi2012-10-032-0/+15
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Adjust automated_script for zshGerardo Exequiel Pozzi2012-08-081-1/+1
| | | | | | Fix FS#31022 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Enable network by defaultPierre Schmitz2012-08-012-1/+7
| | | | | | | * add the network daemon to rc.conf * configure dhcpd to background immediatly so we don't timeout if network is not up yet Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* Adjust rc.conf for recent initscripts changesPierre Schmitz2012-08-016-40/+24
| | | | | | | | | | * We use a rc.conf file loser to the upstream default. * Use the recommend config files to setup hostname, locale, timezone and console EDIT (Gerardo): Add empty FONT= and use ln -f for localtime Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add intentional black lineGerardo Exequiel Pozzi2012-07-251-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add installation guidePierre Schmitz2012-07-251-0/+2
| | | | | | | Download and add the current installation guide as plain text. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Do not maintain our own copy of /etc/issue and /etc/arch-releasePierre Schmitz2012-07-162-6/+0
| | | | | | Adding branding here is not worth the effort. We should keep the archiso environment as vanilla as possible. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Fix autologinThomas Bächler2012-07-162-3/+1
| | | | | | | | The old autologin method doesn't work anymore with recent login from util-linux. Utilize agetty -a instead. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Remove aifPierre Schmitz2012-07-165-29/+0
| | | | | Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Initialize pacman keyring on bootupPierre Schmitz2012-06-242-1/+35
| | | | | | | | | | This will allow users to install packages within the live environment. We use the haveged daemon to increase entropy from CPU timings. See http://www.issihosts.com/haveged/ for details. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Set UTC as default timezonePierre Schmitz2012-06-241-1/+1
| | | | | | | UTC is a more reasonable default than Canada/Pacific Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Fix tabs in hostsGerardo Exequiel Pozzi2012-03-171-2/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Remove local copy of resolv.confGerardo Exequiel Pozzi2012-03-171-8/+0
| | | | | | Nobody touches this file now (previously was mkarchroot) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Use installed locale.gen instead of local copy.Gerardo Exequiel Pozzi2012-03-171-455/+0
| | | | | | | Now we can do this, since nobody touches this file before this step. (previously by mkarchroot) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add /run/aif/ignore_block_devicesGerardo Exequiel Pozzi2012-02-221-0/+7
| | | | | | This is just a symlink to /run/archiso/used_block_devices Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Unify ->Gerardo Exequiel Pozzi2011-10-121-5/+5
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Integrate omit_kill_nbd_client logic in hook.Gerardo Exequiel Pozzi2011-08-291-8/+0
| | | | | | | This makes archiso_pxe_nbd functionallity full-independient from archiso profiles (configs/*). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Change location of nbd_client.pidGerardo Exequiel Pozzi2011-08-281-2/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Replace rc.d/archiso with initscripts hooks.Gerardo Exequiel Pozzi2011-08-184-26/+15
| | | | | | | | | | In this way: * Prepare locales requested by boot param mostly early possible. * Setup special console at end of rc.sysinit Remove unneded include from automated_script (already included by rc.conf) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Fixed and improved serial console support.Gerardo Exequiel Pozzi2011-08-151-14/+18
| | | | | | | | | | | | | | | Current implementation fails if console=ttyS0 (without more options). Tested with: console=ttyS0 console=ttyS0,9600 console=ttyS0,38400 console=ttyS0,9600n8 console=ttyS0,38400n8r Closing FS#16232 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/*] Remove custom fstab, not needed anymore.Gerardo Exequiel Pozzi2011-08-151-5/+0
| | | | | | | | | | re-mount / as rw does not fail since regular file /etc/mtab does not exist at that stage. /etc/mtab was removed from root-image in this commit: 93763a2d8225a92ef99e73478ac118919872ab27 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Make user "arch" at build time.Gerardo Exequiel Pozzi2011-07-091-9/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Re-generate locales only if needed.Gerardo Exequiel Pozzi2011-07-092-5/+7
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Add locale.gen and resolv.confGerardo Exequiel Pozzi2011-07-092-0/+463
| | | | | | mkarchroot overwrites these files. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [configs/releng] Remove old option from rc.confGerardo Exequiel Pozzi2011-07-091-2/+0
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Avoid killing nbd-daemon on shutdownGerardo Exequiel Pozzi2011-07-091-0/+8
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso] Use dm-snapshot instead of aufs2 (A.K.A. "The Big Commit")Gerardo Exequiel Pozzi2011-06-1816-0/+227
* Use device mapper + snapshot module, instead union layer filesystem. * A block-level approach vs vfs-level. * No more unofficial (Linux) things. * More memory is needed. * Refactor mkarchiso. * Refactor hooks/archiso. * Fix install/archiso_pxe_nbd (due recent change in mkinitcpio-0.6.15 on checked_modules()/all_modules()) [Thanks Dave for the improved workaround] * New configs/releng to build official images. * Works with a Bash script instead of Makefile. (better control and easy to maintain) * Remove configs/syslinux-iso. * Remove archiso2dual script. Integrate functionality in configs/releng. * New configs/baseline to build the most basic live medium or use as template. * New README (draft). [Thanks Dieter for fixing english grammar] Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>