about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* add INSTALL.usb. v0.1.90.20151011Christian Neukirchen2015-10-111-0/+14
|
* mkhrmpf.sh: more free space.Christian Neukirchen2015-10-111-0/+1
|
* more README.Christian Neukirchen2015-10-111-3/+33
|
* a few more packages.Christian Neukirchen2015-10-111-0/+5
|
* package list tweaks. v0.1.90Christian Neukirchen2015-10-101-12/+6
|
* add various EFI tools.Christian Neukirchen2015-10-101-0/+8
|
* use memtest86+ from official iso.Christian Neukirchen2015-10-095-6/+8
|
* issue: bump.Christian Neukirchen2015-10-091-1/+1
|
* TODO: update.Christian Neukirchen2015-10-091-9/+1
|
* isolinux.cfg.in: add extras.Christian Neukirchen2015-10-091-4/+19
|
* add extra imagesChristian Neukirchen2015-10-093-0/+0
|
* mkhrmpf.sh: refactor.Christian Neukirchen2015-10-092-343/+337
|
* mklive.sh.in: add -B.Christian Neukirchen2015-10-091-1/+7
|
* mklive.sh.in: add memdisk support.Christian Neukirchen2015-10-091-0/+1
|
* dracut/services.sh: enable only mentioned services.Christian Neukirchen2015-10-091-15/+2
|
* mkhrmpf.sh: add new packages.Christian Neukirchen2015-10-091-6/+101
|
* Merge remote-tracking branch 'origin/master'Christian Neukirchen2015-10-0921-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 RP2015-10-091-1/+1
| |
| * mklive: fix guessing linux kernel pkgname.Juan RP2015-10-091-3/+3
| |
| * Merge pull request #41 from steski/staticip-issueJuan RP2015-10-021-1/+1
| |\ | | | | | | installer.sh: fix static IP settings in menu_install
| | * installer.sh: fix static IP settings in menu_installSteve Prybylski2015-10-011-1/+1
| | |
| * | Merge pull request #42 from zurx/masterJuan RP2015-10-021-1/+1
| |\ \ | | |/ | |/| fix set_keymap rc.conf
| | * fix set_keymap rc.confzurx2015-10-021-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 RP2015-09-071-1/+1
| |
| * build-rootfs: build musl rootfs too; PLATFORMS can be overrided now.Juan RP2015-09-071-6/+14
| |
| * build-x86-images: added lxqt image.Juan RP2015-07-301-0/+7
| |
| * dracut/dm-autologin: autostart lxqt if available.Juan RP2015-07-301-0/+2
| |
| * Merge pull request #38 from thypon/dockstarJuan RP2015-07-231-2/+4
| |\ | | | | | | mkrootfs: add dockstar support
| | * mkrootfs: add dockstar supportAndrea Brancaleoni2015-07-181-2/+4
| |/
| * mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI.Juan RP2015-07-121-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 RP2015-06-301-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 RP2015-06-121-5/+5
| |
| * build-arm-images: respect musl targets.Juan RP2015-06-121-1/+1
| |
| * mkimage: consistently redirect std{err,out} to /dev/null with dd(1).Juan RP2015-06-121-1/+1
| |
| * build-arm-images: disable cubietruck for now; does not boot.Juan RP2015-06-121-1/+1
| |
| * build-arm-images: build all ARM images for glibc and musl.Juan RP2015-06-121-7/+11
| |
| * mkrootfs: get rid of pixz; fix rpi target arch.Juan RP2015-06-121-7/+2
| |
| * mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl.Juan RP2015-06-121-17/+24
| |
| * mkrootfs: update for musl support.Juan RP2015-06-111-2/+7
| |
| * build-x86-images: do not build the kde image; does not work yet.Juan RP2015-06-081-1/+1
| |
| * mkrootfs: fix rpi2 targetDuncaen2015-06-071-1/+1
| |
| * build-x86-images: add -a arch and -b image (if unset builds all images).Juan RP2015-06-071-19/+29
| |
| * build-arm-images: build all rootfs/images.Juan RP2015-06-071-1/+3
| |
| * mkrootfs: update for xbps-0.45.Juan RP2015-06-071-10/+3
| |
| * mklive: use $BASE_ARCH where it's required.Juan RP2015-06-041-3/+3
| |
| * build-x86-images: don't shift without args; xfce image needs ↵Juan RP2015-06-041-2/+2
| | | | | | | | gnome-themes-standard.
| * installer: repair configuration of pkgs with network installation.Juan RP2015-06-031-5/+3
| | | | | | | | Close #28
| * build-x86-images: add lxde.Juan RP2015-06-031-1/+8
| |
| * mklive: require xbps>=0.45 for two phase installation.Juan RP2015-06-032-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 RP2015-05-291-7/+8
| |