about summary refs log tree commit diff
path: root/installer.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* installer.sh.in: update IRC networkLeah Neukirchen2021-05-241-1/+1
|
* switch to voidlinux.orgLeah Neukirchen2019-01-151-4/+4
|
* installer: do not echo grep resultEnno Boland2018-06-221-1/+1
|
* do not offer locale option on muslEnno Boland2018-06-221-17/+36
| | | | fixes #152
* installer.sh.in: fixes and improvementsJuergen Buchmueller2016-09-051-23/+60
| | | | | | | + Add INFOBOX() because dialog --infobox is incompatible with --keep-tite on xterm + Use clear after INFOBOX() to not leave irritating info on the screen + Make the live system copy process use a --progressbox + Use a tar pipe to copy from live ISO to target file system
* installer.sh.in: change irc channel to be correctToyam Cox2016-08-241-1/+1
|
* 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.
* 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
* installer.sh.in: add user account dialogjbu2016-02-041-1/+56
|
* installer.sh.in: avoid scrolling for wep/wpa inputjbu2016-02-041-1/+1
|
* installer: check network configured on sourcelxb2016-01-291-1/+4
|
* installer: redirect stderr to /dev/null for cciss(4).Juan RP2015-11-101-2/+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
|
* installer: detect ciss(4) devices/partitions correctly (#44).Juan RP2015-10-101-0/+17
|
* 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
| |
* | 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.
* installer: repair configuration of pkgs with network installation.Juan RP2015-06-031-5/+3
| | | | Close #28
* installer: disable locale setting with musl.Juan RP2015-05-291-7/+8
|
* installer: make remote install work with musl live images.Juan RP2015-05-271-1/+9
|
* installer: remove partx(8) use; cfdisk should be enough.Juan RP2015-05-221-1/+1
|
* installer: remove void-installer in local installation.Juan RP2015-05-221-0/+1
|
* Merge pull request #27 from pullmoll/masterJuan RP2015-05-201-3/+4
|\ | | | | installer.sh.in: really fix the md parsing
| * installer.sh.in: really fix the md parsingjbu2015-05-141-3/+4
| |
* | installer: update for xbps>=0.43 (close #29).Juan RP2015-05-201-2/+2
|/
* installer: detect /dev/mmcblkX devices.Juan RP2015-05-081-1/+1
|
* void-mklive: Fixes for systems with md / lvm2jbu2015-05-081-12/+13
| | | | | | - Add quotes around $TARGET to allow for empty $1 in build-x86-images.sh - In installer.sh there was $part for md where it should have been $p - The list of md and lvm partitions should occur just once, thus move it out of the loop
* installer: accept WPA passphrases up to 50 chars.Juan RP2015-05-011-1/+1
|
* Option not to install a bootloaderStefan Mühlinghaus2015-02-201-1/+3
|
* installer: mount pseudofs to regenerate the initramfs.Juan RP2015-01-151-2/+2
| | | | This fixes the last issue with musl!
* installer: generate a non hostonly initramfs; force-add ahci just in case.Juan RP2015-01-051-1/+1
|
* installer: swap is not mandatory.Juan RP2014-12-161-2/+2
|
* installer: redirect debug msgs to /dev/tty8.Juan RP2014-12-151-4/+4
| | | | /dev/tty7 might be used by the X server.
* installer: run partx -u just to be sure to update its partition table.Juan RP2014-10-251-1/+1
|
* installer: re-add line accidentally removed in prev.Juan RP2014-09-241-0/+1
|
* installer: remove obsolete autologin code; remove /etc/issue from live image.Juan RP2014-09-241-7/+1
|
* installer: exit if /bin/dialog is not there.Juan RP2014-09-211-0/+4
|
* installer: fixed multiple random issues.Juan RP2014-08-291-10/+21
| | | | | | | - there's no need to check if $SYSTEMD_INIT==1, just test if it's set. - set TIMEZONE correctly to /etc/rc.conf. - Set fstab(5) fs_passno correctly for the rootfs and additional filesystems. - Disable fsck if rootfs is f2fs, it does not work correctly.
* installer: ignore partitions that are part of LVM.Juan RP2014-08-291-0/+1
|
* installer: detect LUKS and LVM LVs correctly.Juan RP2014-08-291-11/+11
|
* installer: remove unnecessary quoting.Juan RP2014-08-291-1/+3
|
* installer: remove last ref to parted.Juan RP2014-08-251-1/+0
|
* installer: drop parted and switch to cfdisk.Juan RP2014-08-251-2/+2
|
* installer: mount /tmp as tmpfs.Juan RP2014-07-311-0/+3
|
* installer: fix network install.Juan RP2014-07-281-2/+2
|
* installer: fixed some issues found with base-system-runit.Juan RP2014-05-311-7/+15
|