summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-02Replace sbin with bin in Makefile.Esteban Carnevale
2013-09-02Modify Makefile to deploy all profile branches using script "expand".Esteban 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: vmlinuz-linux -> vmlinuz-linux-libreEsteban Carnevale
2013-09-02Replace: /arch -> /parabolaEsteban 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-03-06[configs/releng] packages: Update ntfs-*Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-03-05[configs/releng] gummiboot-efi -> gummibootGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-03-03[configs/releng] Use dhcpcd service provided by the package.Gerardo Exequiel Pozzi
Implements FS#34075. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-03-03[archiso] Fix find cmd in _cleanup()Gerardo Exequiel Pozzi
Fix FS#34075 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-02-28Prepare releasev6Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-02-28[configs/releng] Use curl instead of wgetGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-02-03[configs/releng] usbinput -> keyboardGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-01-31[archiso] docs/* updateGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-01-08[archiso] Avoid integer overflow when .fs is > 10.2GGerardo Exequiel Pozzi
2013-01-04[archiso] Prepare releasev5Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-01-02[configs/baseline] Rework build.sh add run_once() like in releng profile and ↵Gerardo Exequiel Pozzi
other misc things Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-01-02[configs/baseline] Use gzip (default) instead of xzGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2013-01-02[configs/baseline] Use relative paths for syslinux like in releng profileGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-12-26[archiso] Update README.buildGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2012-12-21[configs/releng] Refactor build.sh: build only dual-isoGerardo Exequiel Pozzi
* This scripts, now runs only in x86_64. * build.sh does not require arguments to run (no more build, clean, purge). * /usr/share split is not done anymore: there are some differences between two arches. (ISO size +60MiB) * /usr/lib/modules split is not done anymore: this was never enabled officially in aitab. Tested and works fine. Maybe some small cosmetic changes needed. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>