Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | build-arm-images: build all rootfs/images. | Juan RP | 2015-06-07 | 1 | -1/+3 |
| | |||||
* | mkrootfs: update for xbps-0.45. | Juan RP | 2015-06-07 | 1 | -10/+3 |
| | |||||
* | mklive: use $BASE_ARCH where it's required. | Juan RP | 2015-06-04 | 1 | -3/+3 |
| | |||||
* | build-x86-images: don't shift without args; xfce image needs ↵ | Juan RP | 2015-06-04 | 1 | -2/+2 |
| | | | | gnome-themes-standard. | ||||
* | installer: repair configuration of pkgs with network installation. | Juan RP | 2015-06-03 | 1 | -5/+3 |
| | | | | Close #28 | ||||
* | build-x86-images: add lxde. | Juan RP | 2015-06-03 | 1 | -1/+8 |
| | |||||
* | mklive: require xbps>=0.45 for two phase installation. | Juan RP | 2015-06-03 | 2 | -9/+25 |
| | | | | | | | | - The target pkgs are unpacked with -U, and then reconfiguration happens within the chroot, so that there's no need for host dependencies. - Use chroot where possible to make sure that euid==0, not xbps-uchroot. Close #32 and #33 | ||||
* | installer: disable locale setting with musl. | Juan RP | 2015-05-29 | 1 | -7/+8 |
| | |||||
* | dracut/display-manager-autologin: autologin to lxde if found via lxdm. | Juan RP | 2015-05-29 | 1 | -0/+2 |
| | |||||
* | .gitignore: *.{img,xz} | Juan RP | 2015-05-29 | 1 | -0/+2 |
| | |||||
* | .gitignore: *.sh xbps-cachedir* | Juan RP | 2015-05-29 | 1 | -1/+2 |
| | |||||
* | mklive: misc changes to allow building images for musl. | Juan RP | 2015-05-29 | 1 | -20/+21 |
| | | | | | | | | | | | | - The required host utilities (grub, squashfs-tools and xorriso) are now installed for the host os, this way we don't have to make tricks for dsos to work. - The cachedir is now by default set to $PWD/xbps-cachedir-$arch, this way packages for the host and the target don't conflict. - Due to the changes above it's now possible to build musl images without having musl-bootstrap installed, previously it was necessary. | ||||
* | installer: make remote install work with musl live images. | Juan RP | 2015-05-27 | 1 | -1/+9 |
| | |||||
* | mklive: remove modesetting workaround for musl, intel(4) works again. | Juan RP | 2015-05-27 | 3 | -10/+1 |
| | |||||
* | Merge pull request #31 from pullmoll/master | Juan RP | 2015-05-27 | 1 | -1/+2 |
|\ | | | | | mkimage.sh: fix partition size + toggle boot flag | ||||
| * | mkimage.sh: fix partition size + toggle boot flag | jbu | 2015-05-26 | 1 | -1/+2 |
|/ | |||||
* | mkrootfs: fix previous. | Juan RP | 2015-05-26 | 1 | -4/+4 |
| | |||||
* | mkrootfs: accept *-musl for any platform. | Juan RP | 2015-05-26 | 1 | -12/+9 |
| | |||||
* | mk{image,rootfs}: accept musl targets and fix image creation with two ↵ | Juan RP | 2015-05-26 | 2 | -6/+9 |
| | | | | partitions. | ||||
* | dracut/display-manager-autologin: autologin to i3 if found. | Juan RP | 2015-05-25 | 1 | -0/+2 |
| | |||||
* | mklive: force modesetting on musl for now. | Juan RP | 2015-05-24 | 2 | -0/+9 |
| | | | | | intel and radeon drivers are currently broken with musl (segmentation fault in OsLookupColor()). | ||||
* | build-x86-images: added kde image, but don't hook it up yet. | Juan RP | 2015-05-24 | 1 | -1/+9 |
| | |||||
* | dracut/display-manager-autologin.sh: enable kdm autologin. | Juan RP | 2015-05-24 | 1 | -0/+6 |
| | |||||
* | mkrootfs: add cubietruck platform. | Juan RP | 2015-05-22 | 1 | -3/+3 |
| | |||||
* | installer: remove partx(8) use; cfdisk should be enough. | Juan RP | 2015-05-22 | 1 | -1/+1 |
| |