Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | installer: detect ciss(4) devices/partitions correctly (#44). | Juan RP | 2015-10-10 | 1 | -0/+17 | |
| | | ||||||
* | | tiny additions. | Christian Neukirchen | 2015-10-17 | 1 | -0/+2 | |
| | | ||||||
* | | kill packages pulling in icu55. | Christian Neukirchen | 2015-10-12 | 1 | -2/+0 | |
| | | ||||||
* | | hrmpf.packages: eject is in util-linux. | Christian Neukirchen | 2015-10-12 | 1 | -1/+0 | |
| | | ||||||
* | | hrmpf.packages: cv is now called progress. | Christian Neukirchen | 2015-10-12 | 1 | -1/+1 | |
| | | ||||||
* | | a few more things. | Christian Neukirchen | 2015-10-12 | 1 | -1/+14 | |
| | | ||||||
* | | more small stuff. | Christian Neukirchen | 2015-10-12 | 1 | -0/+7 | |
| | | ||||||
* | | hrmpf: add cmus, it's almost free. | Christian Neukirchen | 2015-10-12 | 1 | -0/+4 | |
| | | ||||||
* | | add INSTALL.usb. v0.1.90.20151011 | Christian Neukirchen | 2015-10-11 | 1 | -0/+14 | |
| | | ||||||
* | | mkhrmpf.sh: more free space. | Christian Neukirchen | 2015-10-11 | 1 | -0/+1 | |
| | | ||||||
* | | more README. | Christian Neukirchen | 2015-10-11 | 1 | -3/+33 | |
| | | ||||||
* | | a few more packages. | Christian Neukirchen | 2015-10-11 | 1 | -0/+5 | |
| | | ||||||
* | | package list tweaks. v0.1.90 | Christian Neukirchen | 2015-10-10 | 1 | -12/+6 | |
| | | ||||||
* | | add various EFI tools. | Christian Neukirchen | 2015-10-10 | 1 | -0/+8 | |
| | | ||||||
* | | use memtest86+ from official iso. | Christian Neukirchen | 2015-10-09 | 5 | -6/+8 | |
| | | ||||||
* | | issue: bump. | Christian Neukirchen | 2015-10-09 | 1 | -1/+1 | |
| | | ||||||
* | | TODO: update. | Christian Neukirchen | 2015-10-09 | 1 | -9/+1 | |
| | | ||||||
* | | isolinux.cfg.in: add extras. | Christian Neukirchen | 2015-10-09 | 1 | -4/+19 | |
| | | ||||||
* | | add extra images | Christian Neukirchen | 2015-10-09 | 3 | -0/+0 | |
| | | ||||||
* | | mkhrmpf.sh: refactor. | Christian Neukirchen | 2015-10-09 | 2 | -343/+337 | |
| | | ||||||
* | | mklive.sh.in: add -B. | Christian Neukirchen | 2015-10-09 | 1 | -1/+7 | |
| | | ||||||
* | | mklive.sh.in: add memdisk support. | Christian Neukirchen | 2015-10-09 | 1 | -0/+1 | |
| | | ||||||
* | | dracut/services.sh: enable only mentioned services. | Christian Neukirchen | 2015-10-09 | 1 | -15/+2 | |
| | | ||||||
* | | mkhrmpf.sh: add new packages. | Christian Neukirchen | 2015-10-09 | 1 | -6/+101 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' | Christian Neukirchen | 2015-10-09 | 21 | -228/+543 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (136 commits) dracut/services: don't autostart dmeventd, lvmetad and mdadm. mklive: fix guessing linux kernel pkgname. fix set_keymap rc.conf installer.sh: fix static IP settings in menu_install build-arm-images: PLATFORM can be overrided now. build-rootfs: build musl rootfs too; PLATFORMS can be overrided now. build-x86-images: added lxqt image. dracut/dm-autologin: autostart lxqt if available. mkrootfs: add dockstar support mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI. build-x86-images: add gnome-keyring to cinnamon/mate/xfce images. build-x86-images: add firefox now it's available for musl. build-arm-images: respect musl targets. mkimage: consistently redirect std{err,out} to /dev/null with dd(1). build-arm-images: disable cubietruck for now; does not boot. build-arm-images: build all ARM images for glibc and musl. mkrootfs: get rid of pixz; fix rpi target arch. mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl. mkrootfs: update for musl support. build-x86-images: do not build the kde image; does not work yet. ... | |||||
| * | dracut/services: don't autostart dmeventd, lvmetad and mdadm. | Juan RP | 2015-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | mklive: fix guessing linux kernel pkgname. | Juan RP | 2015-10-09 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #41 from steski/staticip-issue | Juan RP | 2015-10-02 | 1 | -1/+1 | |
| |\ | | | | | | | installer.sh: fix static IP settings in menu_install | |||||
| | * | installer.sh: fix static IP settings in menu_install | Steve Prybylski | 2015-10-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #42 from zurx/master | Juan RP | 2015-10-02 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | fix set_keymap rc.conf | |||||
| | * | fix set_keymap rc.conf | zurx | 2015-10-02 | 1 | -1/+1 | |
| |/ | | | | | By default /etc/rc.conf seems to have KEYMAP commented out which means any key mapping set during the install will be ignored. This commit makes the installer remove the hash (#) prefix, if present. | |||||
| * | build-arm-images: PLATFORM can be overrided now. | Juan RP | 2015-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | build-rootfs: build musl rootfs too; PLATFORMS can be overrided now. | Juan RP | 2015-09-07 | 1 | -6/+14 | |
| | | ||||||
| * | build-x86-images: added lxqt image. | Juan RP | 2015-07-30 | 1 | -0/+7 | |
| | | ||||||
| * | dracut/dm-autologin: autostart lxqt if available. | Juan RP | 2015-07-30 | 1 | -0/+2 | |
| | | ||||||
| * | Merge pull request #38 from thypon/dockstar | Juan RP | 2015-07-23 | 1 | -2/+4 | |
| |\ | | | | | | | mkrootfs: add dockstar support | |||||
| | * | mkrootfs: add dockstar support | Andrea Brancaleoni | 2015-07-18 | 1 | -2/+4 | |
| |/ | ||||||
| * | mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI. | Juan RP | 2015-07-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | There are some EFI firmwares that expect the loader to be in that location and being uppercase, so that there more chances to make this boot on more systems. | |||||
| * | build-x86-images: add gnome-keyring to cinnamon/mate/xfce images. | Juan RP | 2015-06-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | ... otherwise network-manager-applet won't be able to work correctly. Thanks to Pessimist on IRC for the notice. | |||||
| * | build-x86-images: add firefox now it's available for musl. | Juan RP | 2015-06-12 | 1 | -5/+5 | |
| | | ||||||
| * | build-arm-images: respect musl targets. | Juan RP | 2015-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | mkimage: consistently redirect std{err,out} to /dev/null with dd(1). | Juan RP | 2015-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | build-arm-images: disable cubietruck for now; does not boot. | Juan RP | 2015-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | build-arm-images: build all ARM images for glibc and musl. | Juan RP | 2015-06-12 | 1 | -7/+11 | |
| | | ||||||
| * | mkrootfs: get rid of pixz; fix rpi target arch. | Juan RP | 2015-06-12 | 1 | -7/+2 | |
| | | ||||||
| * | mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl. | Juan RP | 2015-06-12 | 1 | -17/+24 | |
| | | ||||||
| * | mkrootfs: update for musl support. | Juan RP | 2015-06-11 | 1 | -2/+7 | |
| | | ||||||
| * | build-x86-images: do not build the kde image; does not work yet. | Juan RP | 2015-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | mkrootfs: fix rpi2 target | Duncaen | 2015-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | build-x86-images: add -a arch and -b image (if unset builds all images). | Juan RP | 2015-06-07 | 1 | -19/+29 | |
| | |