Juan RP
9f809e5211
installer: repair configuration of pkgs with network installation.
...
Close #28
2015-06-03 14:36:04 +02:00
Juan RP
ec5a92c270
installer: disable locale setting with musl.
2015-05-29 17:44:31 +02:00
Juan RP
9b4819f33a
installer: make remote install work with musl live images.
2015-05-27 17:24:48 +02:00
Juan RP
3ab4ba77d0
installer: remove partx(8) use; cfdisk should be enough.
2015-05-22 07:35:31 +02:00
Juan RP
d6e7c1653d
installer: remove void-installer in local installation.
2015-05-22 07:29:15 +02:00
Juan RP
d177ef47d6
Merge pull request #27 from pullmoll/master
...
installer.sh.in: really fix the md parsing
2015-05-20 11:23:10 +02:00
Juan RP
b231ef76f5
installer: update for xbps>=0.43 ( close #29 ).
2015-05-20 10:49:20 +02:00
jbu
3f0dfe5832
installer.sh.in: really fix the md parsing
2015-05-14 17:52:13 +02:00
Juan RP
037523d1d1
installer: detect /dev/mmcblkX devices.
2015-05-08 16:35:57 +02:00
jbu
944153192b
void-mklive: Fixes for systems with md / lvm2
...
- 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
2015-05-08 07:06:26 +02:00
Juan RP
1571ef8d44
installer: accept WPA passphrases up to 50 chars.
2015-05-01 10:10:03 +02:00
Stefan Mühlinghaus
03b9a7b424
Option not to install a bootloader
2015-02-20 22:12:18 +01:00
Juan RP
289592a0f6
installer: mount pseudofs to regenerate the initramfs.
...
This fixes the last issue with musl!
2015-01-15 14:40:35 +01:00
Juan RP
ce35908f35
installer: generate a non hostonly initramfs; force-add ahci just in case.
2015-01-05 17:56:21 +01:00
Juan RP
c204ab1f5f
installer: swap is not mandatory.
2014-12-16 15:24:06 +01:00
Juan RP
8e0080b720
installer: redirect debug msgs to /dev/tty8.
...
/dev/tty7 might be used by the X server.
2014-12-15 19:27:48 +01:00
Juan RP
7fbf8a189d
installer: run partx -u just to be sure to update its partition table.
2014-10-25 10:07:50 +02:00
Juan RP
34a6142056
installer: re-add line accidentally removed in prev.
2014-09-24 17:14:38 +02:00
Juan RP
5eae360a23
installer: remove obsolete autologin code; remove /etc/issue from live image.
2014-09-24 17:06:33 +02:00
Juan RP
fde61a9d43
installer: exit if /bin/dialog is not there.
2014-09-21 12:20:45 +02:00
Juan RP
620883f9b2
installer: fixed multiple random issues.
...
- 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.
2014-08-29 15:59:56 +02:00
Juan RP
9883c5eae6
installer: ignore partitions that are part of LVM.
2014-08-29 15:13:23 +02:00
Juan RP
945dc94fe8
installer: detect LUKS and LVM LVs correctly.
2014-08-29 13:30:38 +02:00
Juan RP
70f268cc29
installer: remove unnecessary quoting.
2014-08-29 08:50:37 +02:00
Juan RP
c97e10480c
installer: remove last ref to parted.
2014-08-25 11:19:13 +02:00
Juan RP
ad34e8f792
installer: drop parted and switch to cfdisk.
2014-08-25 11:18:22 +02:00
Juan RP
f898ef96e3
installer: mount /tmp as tmpfs.
2014-07-31 16:17:56 +02:00
Juan RP
6d7fa74d74
installer: fix network install.
2014-07-28 22:48:22 +02:00
Juan RP
1980b64954
installer: fixed some issues found with base-system-runit.
2014-05-31 13:02:49 +02:00
Ypnose
1e28a7ae4d
Add global systemd var
2014-05-30 12:40:46 +02:00
Ypnose
df8e66316f
Enable runit images
2014-05-30 12:00:02 +02:00
Juan RP
03a215e616
Merge pull request #7 from Gottox/master
...
Don't show plain password in Settings screen.
2014-05-16 10:42:08 +02:00
Juan RP
ba9801c183
installer: for btrfs filesystems use -f to force creation.
2014-05-11 10:38:00 +02:00
Enno Boland
92be3725d8
Don't show plain password in Settings screen
2014-05-07 18:57:25 +02:00
Juan RP
0d81294fcc
Revert "installer/mklive: make sure to install dcron rather than cronie."
...
This reverts commit 1ccbe86051
.
I'll fix this properly via base-system.
2014-02-03 23:43:48 +01:00
Juan RP
1ccbe86051
installer/mklive: make sure to install dcron rather than cronie.
...
dcron is smaller and only has a libc dependency.
cronie is selected because it appears alphabetically before in the repo index.
2014-02-03 23:31:13 +01:00
Juan RP
22d319346d
installer: add a network option in main menu.
2014-02-03 23:16:28 +01:00
Juan RP
08db3c6cb3
installer: added basic wifi setup via dhcpcd (only WEP and WPA/PSK for now).
2014-02-03 23:11:54 +01:00
Juan RP
c3c67ad641
installer: copy host void rsa pubkey to the target rootfs.
2014-02-03 21:10:25 +01:00
Jan S
1854bcdb08
Fixed typo.
2014-01-26 22:50:09 +01:00
Juan RP
2554f93ba4
installer: after successfull installation only remove dialog pkg.
2013-11-14 11:55:16 +01:00
Juan RP
64ffdff00c
installer: repair local installations.
2013-10-16 11:03:48 +02:00
Juan RP
0fbbcbd740
installer: use an infobox when copying live image to target; misc tweaks.
2013-09-16 11:44:45 +02:00
Juan RP
78c31161df
installer: two more infoboxes after copying image to target; remove useless dir.
2013-09-14 15:17:44 +02:00
Juan RP
670f476709
installer: remove temporary pkgs from target after copying live image.
2013-08-26 17:03:43 +02:00
Juan RP
07f4bb7b17
installer: repair network install.
2013-08-22 16:36:37 +02:00
Juan RP
dc08114bec
installer: after copying live image also generate a new initramfs.
2013-08-22 16:14:57 +02:00
Juan RP
c193f1ce75
installer.sh: literally copy live rootfs to the targetdir and cleanup.
2013-08-22 13:20:57 +02:00
Juan RP
112a6a7775
Add -V option to show version to void-mk{live,rootfs} and installer in the title.
2013-08-11 12:16:29 +02:00
Juan RP
7c42cf3fe8
installer: detect xen native domU disks (xvd devices).
2013-08-10 09:55:39 +02:00