summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* dracut/display-manager-autologin: autostart mate via lxdm if mate-session ↵Juan RP2014-12-031-0/+2
| | | | exists.
* dracut/display-manager-autologin: start xfce4 if startxfce4 exists.Juan RP2014-12-031-0/+2
|
* dracut/services: do not auto enable ip{,6}tables.Juan RP2014-12-021-1/+1
|
* New dracut module helper to enable runit services.Juan RP2014-12-022-0/+30
|
* .gitignore: don't forbit *.sh, obviously :-)Juan RP2014-12-021-1/+0
|
* dracut/adduser: autologin if live.autologin is set in the kernel cmdline.Juan RP2014-12-021-0/+6
|
* mkimage: if root fstype is ext[34] disable the journal.Juan RP2014-11-291-1/+5
|
* Update copyright.Juan RP2014-11-141-1/+1
|
* mklive: install vpkg conf file to the system virtualpkg directory instead.Juan RP2014-11-052-2/+4
|
* mklive: use a default void vpkg configuration file for base-system.Juan RP2014-11-042-7/+19
|
* mklive: switch back to xz initramfs now that we have the prereqs.Juan RP2014-10-251-2/+2
|
* mklive: use gzip compression for the initramfs by default; lz4 is optional.Juan RP2014-10-251-1/+1
|
* mklive: do not use the busybox dracut module, will fail.Juan RP2014-10-251-1/+1
|
* installer: run partx -u just to be sure to update its partition table.Juan RP2014-10-251-1/+1
|
* mklive: use lz4 compression for the initramfs by default, to match our pkgs.Juan RP2014-10-231-3/+3
|
* 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
|
* data/issue: tyopJuan RP2014-09-241-1/+1
|
* data/issue: misc improvements.Juan RP2014-09-241-3/+15
|
* dracut/adduser.sh: set live.user shell to /bin/bash if exists.Juan RP2014-09-241-0/+1
|
* mklive: added -S opt to set a custom rootfs free size in MB.Juan RP2014-09-211-3/+8
|
* installer: exit if /bin/dialog is not there.Juan RP2014-09-211-0/+4
|
* mklive: do not add dialog to the pkg list inconditionally; it's optional.Juan RP2014-09-211-1/+1
|
* mklive: remove unnecessary line.Juan RP2014-09-211-2/+0
|
* mklive: add -a opt to set XBPS_ARCH (for musl); misc changes for dracut/adduser.Juan RP2014-09-212-5/+15
|
* mklive: accept live.shell kernel cmdline to switch user shell; from pancake.Juan RP2014-09-201-1/+7
|
* mklive: force-add init=/sbin/init to the kernel cmdline for now.Juan RP2014-09-202-2/+2
|
* mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin.Juan RP2014-09-203-23/+4
|
* mklive: always omit dracut systemd module if base-system-systemd is not used.Juan RP2014-09-201-0/+2
|
* mklive: added -C and -T to append kernel cmdline args and modify bootloader ↵Juan RP2014-09-183-6/+18
| | | | | | title. Requested by pancake.
* Move splash image and motd to data/; this way those can be overrided easily.Juan RP2014-09-183-28/+21
| | | | Close #9
* 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
|
* dracut/adduser.sh: repair autologin with the latest agetty runit service.Juan RP2014-08-081-1/+1
|
* README: update.Juan RP2014-08-031-2/+2
|
* mklive: remove a check that is no longer necessary.Juan RP2014-08-021-9/+0
|
* mklive: add systemd dracut module for systemd images.Juan RP2014-08-021-3/+2
|
* mklive: fix regression introduced in ca3a146bb (UEFI boot not working).Juan RP2014-08-021-3/+2
| | | | | | | | The issue was that I forgot to copy the generated grubx64.efi into the vfat image that is embedded into the ISO image, resulting in an unbootable image on UEFI systems. Thanks to pancake for reporting!
* dracut/adduser.sh: do not add user to the systemd-journal group.Juan RP2014-08-021-1/+1
|
* installer: mount /tmp as tmpfs.Juan RP2014-07-311-0/+3
|
* mkrootfs: update for base-system as runit.Juan RP2014-07-291-5/+5
|
* installer: fix network install.Juan RP2014-07-281-2/+2
|
* mklive.sh: run grub-mkstandalone via xbps-uchroot(8) to avoid host issues.Juan RP2014-06-291-4/+6
|
* dracut/copy-initramfs.sh: only run this with systemd.Juan RP2014-06-291-1/+3
|
* README: add some examples.Juan RP2014-06-251-0/+12
|
* mkrootfs: use built-in void pubkey; assign default void repo if -r unset.Juan RP2014-06-251-11/+3
|