about summary refs log tree commit diff
path: root/dracut
Commit message (Collapse)AuthorAgeFilesLines
* enable serial getty when using serial consoleChristian Neukirchen2016-08-222-0/+13
|
* Merge branch 'master' of https://github.com/voidlinux/void-mkliveChristian Neukirchen2016-05-271-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of https://github.com/voidlinux/void-mklive: installer.sh.in: add ISO-639 and ISO-3166 tables (#71) mkimage.sh.in: add odroid-c2. mkrootfs.sh.in: add odroid-c2. Add *.iso to .gitignore (#69) mkimage: get rid of parted completely (missed this in previous). dracut/adduser.sh: remove double whitespace from sudoers. mkrootfs: ignore rmdir error output. mkimage: ci20 uboot does not need /boot/vmlinux.img; looks for uImage. mkimage: match any platform (glibc and musl). mkimage: get rid of parted; use sfdisk(8). mkimage: ci20 just needs a single partition and expects the kernel in /vmlinux.img. mkimage: added ci20 platform support (MIPS CI20 Creator). mkrootfs: added ci20 platform support (MIPS CI20 Creator).
| * dracut/adduser.sh: remove double whitespace from sudoers.Juan RP2016-04-291-1/+1
| | | | | | | | This lets the installer remove the anon rule from etc/sudoers.
* | dracut/services.sh: enable only mentioned services.Christian Neukirchen2015-10-091-15/+2
| |
* | Merge remote-tracking branch 'origin/master'Christian Neukirchen2015-10-097-1/+99
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (136 commits) dracut/services: don't autostart dmeventd, lvmetad and mdadm. mklive: fix guessing linux kernel pkgname. fix set_keymap rc.conf installer.sh: fix static IP settings in menu_install build-arm-images: PLATFORM can be overrided now. build-rootfs: build musl rootfs too; PLATFORMS can be overrided now. build-x86-images: added lxqt image. dracut/dm-autologin: autostart lxqt if available. mkrootfs: add dockstar support mklive: install GRUB EFI loader as EFI/BOOT/BOOTX64.EFI. build-x86-images: add gnome-keyring to cinnamon/mate/xfce images. build-x86-images: add firefox now it's available for musl. build-arm-images: respect musl targets. mkimage: consistently redirect std{err,out} to /dev/null with dd(1). build-arm-images: disable cubietruck for now; does not boot. build-arm-images: build all ARM images for glibc and musl. mkrootfs: get rid of pixz; fix rpi target arch. mkrootfs: set cachedir to $PWD/xbps-cachedir-<arch>; misc tweaks for musl. mkrootfs: update for musl support. build-x86-images: do not build the kde image; does not work yet. ...
| * dracut/services: don't autostart dmeventd, lvmetad and mdadm.Juan RP2015-10-091-1/+1
| |
| * dracut/dm-autologin: autostart lxqt if available.Juan RP2015-07-301-0/+2
| |
| * dracut/display-manager-autologin: autologin to lxde if found via lxdm.Juan RP2015-05-291-0/+2
| |
| * dracut/display-manager-autologin: autologin to i3 if found.Juan RP2015-05-251-0/+2
| |
| * dracut/display-manager-autologin.sh: enable kdm autologin.Juan RP2015-05-241-0/+6
| |
| * dracut: only install memdisk stuff if /usr/bin/memdiskfind exists.Juan RP2015-05-081-5/+7
| |
| * Support for MEMDISKChristian Neukirchen2015-05-024-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | The .iso can now be booted using Grub (memdisk from Syslinux package): linux16 /memdisk initrd16 /path/to/iso As well as from Syslinux: LINUX memdisk INITRD path/to/iso
| * dracut/services: do not enable the pulseaudio service.Juan RP2015-04-291-1/+1
| |
| * dracut/services: do not enable wpa_supplicant.Juan RP2015-04-071-1/+1
| |
| * dracut/adduser: add user to the audio/video groups.Juan RP2015-02-141-1/+1
| |
| * dracut/services: do not enable agetty on serial by default.Juan RP2015-02-141-1/+1
| |
| * dracut/display-manager-autologin: autostart cinnamon if found.Juan RP2015-01-251-0/+2
| |
| * dracut/services: do not enable agetty-serial.Juan RP2015-01-251-1/+1
| |
| * 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
| |
* | fixChristian Neukirchen2014-11-041-1/+1
| |
* | dracut/getty-autologin.sh: fix.Christian Neukirchen2014-11-041-2/+2
| |
* | add console autologinChristian Neukirchen2014-11-042-0/+12
| |
* | This is hrmpfChristian Neukirchen2014-11-041-1/+3
|/
* 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.