index
:
hrmpf
this commit
master
hrmpf rescue system, built on Void Linux
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dracut
Commit message (
Expand
)
Author
Age
Files
Lines
*
dracut/display-manager-autologin: autologin to lxde if found via lxdm.
Juan RP
2015-05-29
1
-0
/
+2
*
dracut/display-manager-autologin: autologin to i3 if found.
Juan RP
2015-05-25
1
-0
/
+2
*
dracut/display-manager-autologin.sh: enable kdm autologin.
Juan RP
2015-05-24
1
-0
/
+6
*
dracut: only install memdisk stuff if /usr/bin/memdiskfind exists.
Juan RP
2015-05-08
1
-5
/
+7
*
Support for MEMDISK
Christian Neukirchen
2015-05-02
4
-0
/
+42
*
dracut/services: do not enable the pulseaudio service.
Juan RP
2015-04-29
1
-1
/
+1
*
dracut/services: do not enable wpa_supplicant.
Juan RP
2015-04-07
1
-1
/
+1
*
dracut/adduser: add user to the audio/video groups.
Juan RP
2015-02-14
1
-1
/
+1
*
dracut/services: do not enable agetty on serial by default.
Juan RP
2015-02-14
1
-1
/
+1
*
dracut/display-manager-autologin: autostart cinnamon if found.
Juan RP
2015-01-25
1
-0
/
+2
*
dracut/services: do not enable agetty-serial.
Juan RP
2015-01-25
1
-1
/
+1
*
dracut/service: do not enable agetty-generic; misc tweaks.
Juan RP
2014-12-04
1
-3
/
+3
*
dracut/display-manager-autologin: autostart mate via lxdm if mate-session exi...
Juan RP
2014-12-03
1
-0
/
+2
*
dracut/display-manager-autologin: start xfce4 if startxfce4 exists.
Juan RP
2014-12-03
1
-0
/
+2
*
dracut/services: do not auto enable ip{,6}tables.
Juan RP
2014-12-02
1
-1
/
+1
*
New dracut module helper to enable runit services.
Juan RP
2014-12-02
2
-0
/
+30
*
dracut/adduser: autologin if live.autologin is set in the kernel cmdline.
Juan RP
2014-12-02
1
-0
/
+6
*
dracut/adduser.sh: set live.user shell to /bin/bash if exists.
Juan RP
2014-09-24
1
-0
/
+1
*
mklive: add -a opt to set XBPS_ARCH (for musl); misc changes for dracut/adduser.
Juan RP
2014-09-21
1
-3
/
+4
*
mklive: accept live.shell kernel cmdline to switch user shell; from pancake.
Juan RP
2014-09-20
1
-1
/
+7
*
mklive: set live user shell to /bin/sh; use /etc/issue; disable autologin.
Juan RP
2014-09-20
1
-16
/
+1
*
dracut/adduser.sh: repair autologin with the latest agetty runit service.
Juan RP
2014-08-08
1
-1
/
+1
*
dracut/adduser.sh: do not add user to the systemd-journal group.
Juan RP
2014-08-02
1
-1
/
+1
*
dracut/copy-initramfs.sh: only run this with systemd.
Juan RP
2014-06-29
1
-1
/
+3
*
dracut/adduser.sh: no need to remove pam_systemd with runit anymore.
Juan RP
2014-06-20
1
-2
/
+1
*
dracut/display-manager-autologin.sh: if enlightenment and lxdm are installed,...
Juan RP
2014-05-31
1
-2
/
+4
*
mklive: misc tweaks to generate a proper image with runit.
Juan RP
2014-05-23
2
-4
/
+14
*
mklive: do not assume glibc and/or systemd (might use musl and runit instead ...
Juan RP
2014-05-23
2
-7
/
+14
*
mklive: switch to xz initramfs; misc tweaks.
Juan RP
2014-05-23
1
-1
/
+1
*
Misc changes to reduce image size.
Juan RP
2013-08-22
1
-6
/
+0
*
dracut/adduser.sh: fix issue #1.
Juan RP
2013-06-12
1
-0
/
+2
*
dracut: chown after chroot to NEWROOT instead.
Juan RP
2013-06-02
2
-2
/
+1
*
dracut/module-setup.sh: need chown(1) for adduser.sh.
Juan RP
2013-06-02
1
-0
/
+1
*
dracut/adduser.sh: fix polkit rules file name.
Juan RP
2013-06-02
1
-1
/
+1
*
mklive: force-add vmklive dracut module and generate a polkit rules file to b...
Juan RP
2013-06-02
1
-0
/
+16
*
dracut/copy-initramfs.sh: set $KVER to make this work again.
Juan RP
2013-05-22
1
-0
/
+1
*
dracut/locale.sh: set locale/keymap in newroot config files too.
Juan RP
2013-05-21
1
-0
/
+9
*
dracut: new locale.sh script to rebuild the target locale.
Juan RP
2013-05-21
2
-0
/
+15
*
copy-kmods.sh -> copy-initramfs.sh; do not copy kmods, just the initramfs for...
Juan RP
2013-05-21
2
-8
/
+1
*
dracut/copy-kmods.sh: copy the initramfs to the new rootfs for proper shutdown.
Juan RP
2013-05-20
1
-0
/
+3
*
dracut: misc tweaks.
Juan RP
2013-05-20
2
-9
/
+9
*
dracut/module-setup.sh: need depmod in initramfs for copy-kmods.sh.
Juan RP
2013-05-20
1
-0
/
+1
*
dracut/copy-kmods.sh: after copying kmod re-run depmod.
Juan RP
2013-05-20
1
-1
/
+3
*
Add another script for dracut to copy kmods from initramfs to the new rootfs.
Juan RP
2013-05-19
2
-0
/
+8
*
dracut/adduser.sh: change shell to bash for the live user.
Juan RP
2013-05-18
1
-1
/
+1
*
Modernize and make this work with current packages.
Juan RP
2013-05-17
1
-4
/
+1
*
dracut/adduser.sh: add anon user to the adm group; redirect std{err,in} to /d...
Juan RP
2013-03-12
1
-4
/
+3
*
Multiple updates and fixes; needs bash and xbps>=0.21.
Juan RP
2013-03-11
1
-0
/
+4
*
dracut: remove conf script; we can override settings via kernel cmdline.
Juan RP
2012-11-22
2
-35
/
+1
*
dracut: drop polkit script, doesn't work with polkit>=0.106.
Juan RP
2012-11-22
2
-48
/
+1
[next]