about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* mkimage: active first partition (fat32) for bbb and others.Juan RP2016-08-101-2/+2
| | | | | | | I activated the second partition by accident when the code was changed to use sfdisk. Found and fixed by @pullmoll. Close #80
* installer.sh.in: add ISO-639 and ISO-3166 tables (#71)Jürgen Buchmüller2016-05-121-4/+207
| | | | The locale selection now has user friendly names for language and country. This time without bashisms.
* mkimage.sh.in: add odroid-c2.Christian Neukirchen2016-05-061-2/+7
|
* mkrootfs.sh.in: add odroid-c2.Christian Neukirchen2016-05-041-1/+7
|
* Add *.iso to .gitignore (#69)Michael Aldridge2016-05-011-0/+1
|
* mkimage: get rid of parted completely (missed this in previous).Juan RP2016-04-291-1/+2
|
* dracut/adduser.sh: remove double whitespace from sudoers.Juan RP2016-04-291-1/+1
| | | | This lets the installer remove the anon rule from etc/sudoers.
* mkrootfs: ignore rmdir error output.Juan RP2016-04-291-1/+1
|
* mkimage: ci20 uboot does not need /boot/vmlinux.img; looks for uImage.Juan RP2016-04-271-1/+0
|
* mkimage: match any platform (glibc and musl).Juan RP2016-04-261-4/+4
|
* mkimage: get rid of parted; use sfdisk(8).Juan RP2016-04-262-12/+13
|
* mkimage: ci20 just needs a single partition and expects the kernel in ↵Juan RP2016-04-261-1/+2
| | | | /vmlinux.img.
* mkimage: added ci20 platform support (MIPS CI20 Creator).Juan RP2016-04-261-0/+4
|
* 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
|