summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mkrootfs: added ci20 platform support (MIPS CI20 Creator).Juan RP2016-04-261-2/+8
|
* *rootfs: fix remaining x86 rootfs issues.Juan RP2016-04-202-13/+14
|
* mkrootfs: generate x86 tarballs correctly, requested by scaleway.Juan RP2016-04-201-6/+13
|
* Merge pull request #66 from pullmoll/masterJuan RP2016-04-181-19/+98
|\ | | | | installer.sh.in: improve primary user setup
| * installer.sh.in: improve primary user setupjbu2016-03-281-19/+98
|/ | | | | | | | | + change shebang to #!/bin/bash because we use bashisms + add --insecure to password inputs to make them display asterisks (*) + add input for full user name (as opposed to login name) + add a checklist for primary login group memberships + enable /etc/sudoers line for members of group wheel + let the user choose grub input/output by console instead of graphics
* build-x86-images: added dejavu-fonts-ttf as suggested by chris2.Juan RP2016-03-161-1/+1
|
* build-x86-images: switch to firefox-esr.Juan RP2016-03-161-5/+5
|
* build-x86-images: also pass -r arg to mklive.Juan RP2016-03-161-7/+7
|
* Merge pull request #62 from rdamen/masterJuan RP2016-03-081-1/+1
|\ | | | | mkimage.sh.in: fix truncate size argument
| * mkimage.sh.in: fix truncate size argumentRon Damen2016-02-241-1/+1
|/
* mklive: fix print_step()...Juan RP2016-02-071-1/+1
|
* Merge pull request #59 from pullmoll/masterJuan RP2016-02-041-2/+57
|\ | | | | installer.sh.in: add user account dialog
| * installer.sh.in: add user account dialogjbu2016-02-041-1/+56
| |
| * installer.sh.in: avoid scrolling for wep/wpa inputjbu2016-02-041-1/+1
| |
* | Merge pull request #57 from enguerrand/masterJuan RP2016-02-041-10/+28
|\ \ | |/ |/| mklive: add -I directory inclusion option
| * mklive: add -I directory inclusion optionEnguerrand de Rochefort2016-01-311-10/+28
| |
* | Merge pull request #52 from equalsraf/tb-post-hookJuan RP2016-01-301-1/+6
|\ \ | | | | | | mkrootfs: Added -k to run post hook
| * | mkrootfs: Added -k to run post hookRui Abreu Ferreira2016-01-181-1/+6
| |/ | | | | | | | | New flag -k <cmd>. "<cmd> <path>" is executed after the rootfs is created, <path> points to the new rootfs.
* | Merge pull request #58 from lxb/masterJuan RP2016-01-301-1/+4
|\ \ | |/ |/| installer: check network configured on source
| * installer: check network configured on sourcelxb2016-01-291-1/+4
|/
* Merge pull request #51 from Vaelatern/truncateJuan RP2016-01-152-4/+4
|\ | | | | Switch to truncate to allocate storage for images
| * Switch to truncate to allocate storage for imagesToyam Cox2016-01-142-4/+4
|/ | | | Works in low memory situations
* mklive: make this work with grub-2.02.Juan RP2015-12-191-3/+3
|
* mklive: make this work on musl hosts.Juan RP2015-12-121-3/+3
|
* installer: redirect stderr to /dev/null for cciss(4).Juan RP2015-11-101-2/+2
|
* Merge pull request #47 from the-maldridge/grub32Juan RP2015-11-051-12/+27
|\ | | | | Add support for proper 32 bit grub
| * Add support for proper 32 bit grubMichael Aldridge2015-11-051-12/+27
| |
* | build-x86-images: enable the LXQt image by default.Juan RP2015-11-031-2/+2
| |
* | build-x86-images: added -r repo opt.Juan RP2015-11-021-3/+4
| |
* | mklive: make sure -r is preferred over defaults.Juan RP2015-11-021-1/+2
| |
* | installer: allow posix timezones too. (thanks \0xc0ffee@irc).Juan RP2015-11-011-1/+1
| |
* | installer: remove liveuser from /etc/sudoers in local installation.Juan RP2015-10-171-0/+1
| | | | | | | | Close #43
* | installer: get rid of unused systemd checks.Juan RP2015-10-171-32/+6
| |
* | installer: detect cciss partitions correctly (3/3).Juan RP2015-10-171-1/+1
| | | | | | | | | | | | This finally allows for a successfull installation with cciss(4) devices. Thanks to maldrige for testing.
* | installer: detect cciss partitions correctly (2/2).Juan RP2015-10-171-1/+4
|/
* mklive: make -r append repo to the head rather than replacing.Juan RP2015-10-161-3/+2
| | | | | This allows you to use local repos with higher priority than the official remote ones.
* installer: detect ciss(4) devices/partitions correctly (#44).Juan RP2015-10-101-0/+17
|
* 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.