summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-13[archiso] Introduce cowfile_size= bootparamGerardo Exequiel Pozzi
If not set, nothing is changed in current behaviour. Since dm-snapshot allows to use as "COW" a file with any size, without caring about the the size of "origin", we can avoid creating a "COW" file of the same size as the "origin". This is really useful, when using as cow_device= a filesystem that is VFAT where sparse files are not supported, so if root-image.fs is 1000M, passing cowfile_size=25% will create a root-image.cow of 250M instead of 1000M. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-13[configs/releng] Remove uneeded hack (systemd transition)Gerardo Exequiel Pozzi
initscripts/sysvinit are not part from {base} anymore, systemd* is now in {base}. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-13[configs/releng] /etc/vconsole.conf remove, redundantGerardo Exequiel Pozzi
systemd does not touch anymore FONT and KEYMAP by default. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-13[configs/releng] /etc/timezone is not used anymoreGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-13[configs/releng] Remove unused files (startup*.nsh)Gerardo Exequiel Pozzi
These files was used with efi-shell boot method, before gummiboot comes here. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-13[configs/releng] make packages.both for common packages for each x86_64Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-06Revert "Fix typo in shebang"Pierre Schmitz
This reverts commit 6f68bec907f5fbfdd1e73be8812ea0ff925965aa. Using ash was actually correct as only this shell is available in initramfs. It was the commit message of 27940c420f01f550f36c3aa25633b43a4f2a2069 that was wrong
2012-10-06Fix typo in shebangPierre Schmitz
2012-10-06Add the arch user to some useful groupsv3Pierre Schmitz
Only use groups that wont allow damaging the host system by accident. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-06Only enable the needed servicesPierre Schmitz
* pacman-init already pulls in services it depends on * the multi-user.target is the default * do not rename the getty service so tools like systemd-delta still work Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-06Use tmpfs for /etc/pacman.d/gnupg instead of a symlink to /runPierre Schmitz
This fixes FS#31815 Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-05Prepare v3 releasePierre Schmitz
2012-10-05Makefile: Do not preserve ownershipPierre Schmitz
If we use cp -a files might copied with the wrong ownership and might end up like this on the target iso. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-05Add rfkill to the live systemPierre Schmitz
Some wireless devices need to be enabled before use which is easier using rfkill. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-05Place the x86_64 boot before i686Pierre Schmitz
This is a very minor change, but let's most people just press enter on bootup. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-05Run dhcpcd on all devicesPierre Schmitz
As we did with initscripts, run dhcpcd on all devices and not just eth0. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-05Disable ntpd service by defaultPierre Schmitz
A live system should never alter the host system in any way. This includes setting the bios clock. E.g. if the user runs his system in local time we would do the wrong thing here. Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-10-04[configs/releng] Add ethtool to live-enviromentGerardo Exequiel Pozzi
FS#28773 - [ethtool] [net-tools] one of packages should belong to base group Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[archiso] Update README (know issues)Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[configs/releng] Add timestamp to initramfsGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[configs/releng] Rework automated_script() from initscript hooks to ↵Gerardo Exequiel Pozzi
/root/.zlogin Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[configs/releng] Remove files for sysvinit and initscriptsGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[configs/releng] Install systemd as default (with sysvcompat)Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[configs/releng] Enable systemd servicesGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[configs/releng] Add autologin.serviceGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-10-03[configs/releng] Add pacman-init.serviceGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-26[configs/releng] Increase efiboot.img sizeGerardo Exequiel Pozzi
* Increase size to a safe 31M, (currently we have 400K free since latest changes) * Also set a filesystem label, can be useful for future usage... Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-26[archiso] Update READMEGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-26[configs/releng] split make_boot_efi() -> make_efi() / make_efiboot()Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-26[configs/releng] Use gummiboot-efi instead of UEFI Shell for bootingKeshav P R
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-26[configs/releng] refind-efi-x86_64 -> refind-efiGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-23[configs/releng] Add some disk/part/fs toolsGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-16[archiso] Update READMEGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-16[archiso] Update REAME (ISO -> USB [PC-EFI])Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-16[archiso] Update README (know issues)Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-12Copy UEFI Shell to (ISO)/EFI/boot/bootx64.efi for setting up UEFI bootable ↵Keshav P R
USB and add refind-efi-x86_64 to ISO
2012-09-12[configs/releng] Re-add sudo and wget to live-enviromentGerardo Exequiel Pozzi
Lost in time, by some dep... Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-12[archiso] Makefile: use cp -a instead of cp -r for configs/Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-10[configs/releng] Add xl2tpd to packages.*Gerardo Exequiel Pozzi
Implements FS#13357 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-08[configs/releng] Remove redundant entry in packages.lstGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-09-07Prepare releasev2Pierre Schmitz
2012-08-25[archiso] Rework Makefile / Reorder filesGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-08-25[archiso] Always copytoram for NFSGerardo Exequiel Pozzi
Avoids problems on shutdown (and during normal usage if networks settings changed) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-08-25[archiso] Always copytoram for NBDGerardo Exequiel Pozzi
Avoid issues on shutdown (and during normal usage if network settings changed) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-08-08[configs/releng] Adjust automated_script for zshGerardo Exequiel Pozzi
Fix FS#31022 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-08-08[configs/releng] Add usb_modeswitch and wvdial to live-envGerardo Exequiel Pozzi
Implements FS#31054 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-08-03sRemove README on uninstallv1Pierre Schmitz
2012-08-03Move Makefile to project root to avoid issues with git archivePierre Schmitz
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-03Add .gitignore and .gitattributesPierre Schmitz
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-01[archiso] Replace rsync with cpGerardo Exequiel Pozzi
It does not make sense, since filesystem inside the imege is re-formated. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>