about summary refs log tree commit diff
path: root/dracut
Commit message (Collapse)AuthorAgeFilesLines
* dracut/service: do not enable agetty-generic; misc tweaks.Juan RP2014-12-041-3/+3
|
* 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
|
* dracut/adduser: autologin if live.autologin is set in the kernel cmdline.Juan RP2014-12-021-0/+6
|
* dracut/adduser.sh: set live.user shell to /bin/bash if exists.Juan RP2014-09-241-0/+1
|
* mklive: add -a opt to set XBPS_ARCH (for musl); misc changes for dracut/adduser.Juan RP2014-09-211-3/+4
|
* mklive: accept live.shell kernel cmdline to switch user shell; from pancake.Juan RP2014-09-201-1/+7
|
* mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin.Juan RP2014-09-201-16/+1
|
* dracut/adduser.sh: repair autologin with the latest agetty runit service.Juan RP2014-08-081-1/+1
|
* dracut/adduser.sh: do not add user to the systemd-journal group.Juan RP2014-08-021-1/+1
|
* dracut/copy-initramfs.sh: only run this with systemd.Juan RP2014-06-291-1/+3
|
* dracut/adduser.sh: no need to remove pam_systemd with runit anymore.Juan RP2014-06-201-2/+1
|
* dracut/display-manager-autologin.sh: if enlightenment and lxdm are ↵Juan RP2014-05-311-2/+4
| | | | installed, autostart it.
* mklive: misc tweaks to generate a proper image with runit.Juan RP2014-05-232-4/+14
|
* mklive: do not assume glibc and/or systemd (might use musl and runit instead ↵Juan RP2014-05-232-7/+14
| | | | :-).
* mklive: switch to xz initramfs; misc tweaks.Juan RP2014-05-231-1/+1
|
* Misc changes to reduce image size.Juan RP2013-08-221-6/+0
| | | | | | | | | | | 1- Stop generating locale via dracut; generate choosen locale at build time. 2- Stop generating a local repository (/packages) to the rootfs. 3- Drop support for -l option. 4- There's no need to copy kernel modules manually anymore. 5- Switch to base-system and some more additional packages to drop base-system-live requirement. WIP! the installer must be updated to copy rootfs files to the targetdir.
* dracut/adduser.sh: fix issue #1.Juan RP2013-06-121-0/+2
| | | | Make sure that systemd uses our getty service modified to autologin with the live user.
* dracut: chown after chroot to NEWROOT instead.Juan RP2013-06-022-2/+1
|
* dracut/module-setup.sh: need chown(1) for adduser.sh.Juan RP2013-06-021-0/+1
|
* dracut/adduser.sh: fix polkit rules file name.Juan RP2013-06-021-1/+1
|
* mklive: force-add vmklive dracut module and generate a polkit rules file to ↵Juan RP2013-06-021-0/+16
| | | | bypass auth.
* dracut/copy-initramfs.sh: set $KVER to make this work again.Juan RP2013-05-221-0/+1
|
* dracut/locale.sh: set locale/keymap in newroot config files too.Juan RP2013-05-211-0/+9
|
* dracut: new locale.sh script to rebuild the target locale.Juan RP2013-05-212-0/+15
|
* copy-kmods.sh -> copy-initramfs.sh; do not copy kmods, just the initramfs ↵Juan RP2013-05-212-8/+1
| | | | for shutdown.
* dracut/copy-kmods.sh: copy the initramfs to the new rootfs for proper shutdown.Juan RP2013-05-201-0/+3
|
* dracut: misc tweaks.Juan RP2013-05-202-9/+9
|
* dracut/module-setup.sh: need depmod in initramfs for copy-kmods.sh.Juan RP2013-05-201-0/+1
|
* dracut/copy-kmods.sh: after copying kmod re-run depmod.Juan RP2013-05-201-1/+3
|
* Add another script for dracut to copy kmods from initramfs to the new rootfs.Juan RP2013-05-192-0/+8
|
* dracut/adduser.sh: change shell to bash for the live user.Juan RP2013-05-181-1/+1
|
* Modernize and make this work with current packages.Juan RP2013-05-171-4/+1
|
* dracut/adduser.sh: add anon user to the adm group; redirect std{err,in} to ↵Juan RP2013-03-121-4/+3
| | | | /dev/null.
* Multiple updates and fixes; needs bash and xbps>=0.21.Juan RP2013-03-111-0/+4
|
* dracut: remove conf script; we can override settings via kernel cmdline.Juan RP2012-11-222-35/+1
|
* dracut: drop polkit script, doesn't work with polkit>=0.106.Juan RP2012-11-222-48/+1
|
* dracut/module-setup.sh: pass full path to required bins.Juan RP2012-11-221-1/+2
|
* Make dracut scripts shorter in name; they are part of vmklive module anyway...Juan RP2012-11-225-5/+5
|
* dracut: make sure getarg function is defined.Juan RP2012-11-224-0/+8
|
* Enable DM autologin and make polkit always succeed for USERNAME.Juan RP2012-11-223-0/+80
|
* vmklive-conf: setup X keymap.Juan RP2012-11-221-0/+6
|
* vmklive-adduser: use agetty -a option to autologin.Juan RP2012-11-221-25/+2
|
* dracut/vmklive-adduser.sh: fixed two typos.Juan RP2012-08-301-2/+2
|
* Update for new dracut (rd.liveimg) and /usr switch.Juan RP2012-08-291-15/+15
|
* dracut/vmklive-adduser.sh: strip --noclear from getty@.service.Juan RP2012-07-031-1/+1
|
* Added a new dracut script to overwrite keymap/locale settings in NEWROOT. v0.9.6Juan RP2012-06-142-0/+26
|
* Rename dracut files.Juan RP2012-06-142-0/+0
|