summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-02Merge branch 'rebrand/releng'Esteban Carnevale
Conflicts: Makefile configs/profile/build.sh configs/profile/mkinitcpio.conf configs/profile/pacman-key-4.0.3_unattended-keyring-init.patch configs/profile/root-image/root/customize_root_image.sh configs/profile/root-image/root/install.txt configs/profile/syslinux/splash.png
2013-09-02Leave only directory for profile relengEsteban Carnevale
2013-09-02Merge branch 'master' of archiso into helper/rebrandEsteban Carnevale
Conflicts: Makefile configs/releng/build.sh configs/releng/mkinitcpio.conf configs/releng/root-image/root/customize_root_image.sh configs/releng/syslinux/parabolaiso_pxe32.cfg configs/releng/syslinux/parabolaiso_pxe64.cfg configs/releng/syslinux/parabolaiso_sys32.cfg configs/releng/syslinux/parabolaiso_sys64.cfg docs/README.build parabolaiso/mkparabolaiso
2013-09-02Add [libre-testing] in pacman.conf.Esteban Carnevale
2013-09-02Update pacman.conf for pacman 4.1.Esteban Carnevale
2013-09-02Replace sbin with bin in Makefile.Esteban Carnevale
2013-09-02Replace: vmlinuz-linux -> vmlinuz-linux-libreEsteban Carnevale
2013-09-02Modify Makefile to deploy all profile branches using script "expand".Esteban Carnevale
2013-09-02Replace: /arch -> /parabolaEsteban Carnevale
2013-09-02Add date template in motd.Esteban Carnevale
2013-09-02Add motd.Esteban Carnevale
2013-09-02Get EFI binaries from the directory of parabolaiso-data instead of internet.Esteban Carnevale
2013-09-02Add data_dir variable set to /usr/share/parabolaiso/data (provided by ↵Esteban Carnevale
parabolaiso-data).
2013-09-02Replace the syslinux splash image source location with the parabolaiso-data ↵Esteban Carnevale
directory.
2013-09-02Remove the syslinux splash screen image. Now it's provided by the package ↵Esteban Carnevale
parabolaiso-data.
2013-09-02Leave only directory for profile relengEsteban Carnevale
2013-09-02Prevents errors when file paths contain spaces.Drtan Samos
2013-09-02Ability to uninstall when installing from sources.Drtan Samos
2013-09-02Add lynx to open network.htmlEsteban Carnevale
2013-09-02Remove install.txt. It can become outdated, and it can't contain formatted ↵Esteban Carnevale
text and hyperlinks.
2013-09-02Add HTML document that shows how to connect to InternetEsteban Carnevale
2013-09-02Remove fetching the Installation Guide and mirrorlist file from the webEsteban Carnevale
2013-09-02Add Atheros alx Ethernet driverEsteban Carnevale
2013-09-02Edit for Parabola in new common package list fileEsteban Carnevale
2013-09-02Add libre repository to pacman.confEsteban Carnevale
2013-09-02Import Parabola keyring with pacman-init serviceEsteban Carnevale
2013-09-02Replace: arch/ -> parabola/Esteban Carnevale
2013-09-02Replace: "arch" -> "parabola"Esteban Carnevale
2013-09-02Replace: /bin/zsh arch -> /bin/zsh parabolaEsteban Carnevale
2013-09-02Replace: LABEL arch -> LABEL parabolaEsteban Carnevale
2013-09-02Replace: install_dir=arch -> install_dir=parabolaEsteban Carnevale
2013-09-02Replace: ARCH -> PARABOLAEsteban Carnevale
2013-09-02Replace: -ARCH -> -LIBREEsteban Carnevale
2013-09-02Replace: ARCHISO -> PARABOLAISOEsteban Carnevale
2013-09-02Replace: archiso -> parabolaisoEsteban Carnevale
2013-09-02Replace: Arch Linux -> Parabola GNU/Linux-libreEsteban Carnevale
2013-09-02Replace (excluding pacman-init.service and pacman.conf): (?<!@)archlinux -> ↵Esteban Carnevale
parabola
2013-09-02Replace: .archlinux.org -> .parabolagnulinux.orgEsteban Carnevale
2013-09-02Replace: https?://www.archlinux.org -> https://parabolagnulinux.orgEsteban Carnevale
2013-09-02Replace string in all filenames: archiso -> parabolaisoEsteban Carnevale
2013-07-23[configs/releng] Unlist timestamp initcpio hookGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-29prepare releaseGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-28[archiso] README.build updateGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-28[archiso] Document isohybrid-gpt boot methodGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-28[archiso] Document mirror= bootparamGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-27configs/releng: ppp 2.4.5-7 has been removed from the base group, add it to ↵Thomas Bächler
packages.both
2013-06-23[configs/releng] Update package list for grubGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-20[archiso] Add support to isohybrid-gpt for EFI bootGerardo Exequiel Pozzi
Tested and works fine under qemu using seabios and ovmf $ qemu-system-x86_64 -enable-kvm -drive file=~/archlinux-2013.06.20-dual.iso $ qemu-system-x86_64 -enable-kvm -drive file=~/archlinux-2013.06.20-dual.iso,media=cdrom $ qemu-system-x86_64 -enable-kvm -bios ~/arch/OVMF/bios.bin -drive file=~/archlinux-2013.06.20-dual.iso $ qemu-system-x86_64 -enable-kvm -bios ~/arch/OVMF/bios.bin -drive file=~/archlinux-2013.06.20-dual.iso,media=cdrom Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-19[configs/releng] Add SecureBoot support via prebootloaderGerardo Exequiel Pozzi
Tested only under QEMU using OVMF SecureBoot enabled firmware plus lockdown-ms. Both loader.efi (gummiboot) and vmlinuz.efi should be hashed before boot in secure mode. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-06-16releng: Allow specifying a mirror on the kernel command line.Thomas Bächler
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.