| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Thanks to Jonathan Callen <abcd@gentoo.org>, Nikoli <nikoli@lavabit.com> and
Alexander Tsoy <bugs+gentoo@puleglot.ru>.
Package-Manager: portage-2.1.11.24/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.13/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.10/cvs/Linux x86_64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
disabled in previous ebuilds.
NEWS
~~~~
- resume from hibernate fixes
- -N option for --no-hostonly
- support for systemd crypto handling
- new dracut module "crypt-loop"
- deprecate the old kernel command line options
- more documentation
- multipath fixes
- i18n: fixed inclusion of "include" keymaps
- root on cifs support
- support for xfs / reiserfs separate journal device
Following changes has been backported to Gentoo's 022-r5 and are included by
upstream in 023:
- honor CFLAGS for dracut-install build
- / is mounted according to rootflags parameter but forced ro at first.
Later it is remounted according to /etc/fstab + rootflags parameter
and "ro"/"rw".
- new "ro_mnt" option to force ro mount of / and /usr
- dracut-install: fixed issue for /var/tmp containing a symlink
- only lazy resolve with ldd, if the /var/tmp partition is not mounted with
"noexec"
Package-Manager: portage-2.1.11.10/cvs/Linux x86_64
|
|
|
|
|
|
| |
in the ebuild.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
| |
Commit includes ChangeLog fixes.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
| |
removed soon. I have changed patches naming scheme in 019 as I did in 022.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
| |
upstream.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
| |
Wiki.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
| |
done in src_compile, not in src_install as it was before.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version is heavily patched to support /usr mounting the way OpenRC team
expects. Patches also include few more customizations and fixes for Gentoo.
Changes since 019
=================
020
~~~
- arm kernel modules added to kernel-modules
- make udevdir systemdutildir systemdsystemunitdir global vars
your distribution should ship those settings in
/etc/dracut.conf.d/01-distro.conf
see dracut.conf.d/fedora.conf.example
- kernel modules are now only handled with /sys/modules and modules.dep
- systemd fixups
- mdraid: wait for md devices to be clean, before shutdown
- ifup fixed for ipv6
- add PARTUUID as root=PARTUUID=<partition uuid> parameter
- fixed instmods() return code and set pipefail globally
- add 04watchdog dracut module
- dracut-shutdown.service: fixed ordering to be before shutdown.target
- make use of "ln -r" instead of shell functions, if new coreutils is
installed
- network: support vlan tagged bonding
- new dracut module qemu and qemu-net to install all kernel driver
- fs-lib/fs-lib.sh: removed test mounting of btrfs and xfs
- no more "mknod" in the initramfs!!
- replaced all "tr" calls with "sed"
- speedup with lazy kernel module dependency resolving
- lots of speedup optimizations
- dracut-install:
- new binary to significanlty speedup the installation process
- dracut-functions.sh makes use of it, if installed
021
~~~
- fixed systemd in the initramfs (requires systemd >= 187)
- dracut-install: massive speedup with /var on the same filesystem with COW
copy
- new options: "rd.usrmount.ro" and "rd.skipfsck"
- less mount/umount
- apply "ro" on the kernel command line also to /usr
- mount according to fstab, if neither "ro" or "rw" is specified
- skip fsck for xfs and btrfs. remount is enough
- give emergency_shell if /usr mount failed
- dracut now uses getopt:
* options can be position independent now!!
* we can now use --option=<arg>
- added option "--kver=<kernel-version>", and the image location can be
omitted
- dracut.sh: for --include copy also the symbolic links
- man pages: lsinitrd and mkinitrd added
- network: We do not support renaming in the kernel namespace anymore
(as udev does that not anymore). So, if a user wants to use ifname, he has
to rename to a custom namespace. "eth[0-9]+" is not allowed anymore. !!!!!
- resume: moved the resume process to the initqueue.
This should prevent accidently mounting the root file system.
022
~~~
- fixed host-only kernel module bug
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
| |
previous commit.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
|
|
|
|
| |
Dracut requires >=udev-166 and >=util-linux-2.21 since 018, but >=udev-186
needs to be blocked for versions 018 and earlier. pkgconfig is required for
019.
Fixes bug #420585 and bug #424878.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS
~~~~
- initqueue/online hook
- fixes for ifcfg write out
- rootfs-block: avoid remount when options don't change
- virtfs root filesystem support
- cope with systemd-udevd
- mount tmpfs with strictatime
- include all kernel/drivers/net/phy drivers
- add debug_on() and debug_off() functions
- add arguments for source_hook() and source_all()
- cleanup hook
- plymouth: get consoledev from /sys/class/tty/console/active
- install xhci-hcd kernel module
- dracut: new "--mount" option
- lsinitrd: new option --printsize
- ARM storage kernel modules added
- /etc/initrd-release in the initrd
- vlan support
- full bonding and bridge support
- removed scsi_wait_scan kernel module from standard install
- support rd.luks.allow-discards and honor options in crypttab
- lots of bugfixes
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.62/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.59/cvs/Linux x86_64
|
|
|
|
|
|
| |
017.
Package-Manager: portage-2.1.10.57/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.57/cvs/Linux x86_64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build time dependencies are no longer required, because man pages and html doc
are already built. Therefore compile phase in empty.
NEWS
~~~~
(Taken from NEWS file. Lines which don't apply to Gentoo package are removed.)
- lvm: ignore lvm mirrors
- lsinitrd: handle LZMA images
- iscsi: add rd.iscsi.param
- iscsi: add iscsi interface binding
- fixed fstab.sys handling
- new dracut option "--tmpdir"
- new dracut option "--no-hostonly"
- nbd: name based nbd connects
- write-ifcfg fixes and cleanups
- ifup is now done in the initqueue
- netroot cleanup
- initqueue/online is now for hooks, which require network
- no more /tmp/root.info
- 98pollcdrom: factored out the ugly cdrom polling in the main loop
- simplified rd.luks.uuid testing
- removed "egrep" and "ls" calls
- speedup kernel module installation
- lots of bugfixes
Package-Manager: portage-2.1.10.54/cvs/Linux x86_64
|
|
|
|
|
|
|
| |
Applied also patch removing check for existing /dev, because "there are a lot
of filesystems, which do not need an actual device node".
Package-Manager: portage-2.1.10.51/cvs/Linux x86_64
|
|
|
|
|
|
|
| |
Fixes "inst_symlink will not create directory containing the symlink"
(bug #409167) and adds new tiny feature - tmpdir option (bug #409177).
Package-Manager: portage-2.1.10.51/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.48/cvs/Linux x86_64
|
|
|
|
|
|
|
| |
Left 014 because it is most stable and 017 because this is the latest with
important fixes.
Package-Manager: portage-2.1.10.48/cvs/Linux x86_64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backported patches:
- fixes for usrmount (bug #406023)
- workaround for broken dm-setup not detecting /dev/dm-* (bug #405921)
- fix for convertfs
NEWS
~~~~
- a _lot_ faster than dracut-016 in image creation
- systemd service dracut-shutdown.service
- livenet fixes
- ssh-client module install fix
- root=iscsi:... fixed
- lots of restructuring and optimizing in dracut-functions.sh
- usrmount: honor fs_passno in /etc/fstab
- renamed all shell scripts to .sh
- new option "--omit-drivers" and config option "omit_drivers"
- hostonly mode fixups
Package-Manager: portage-2.1.10.48/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
|
|
|
|
|
|
|
| |
Depend on module-init-tools or kmod-5[tools] explicitly instead of
virtual/modutils. Rels bug #405827 and bug #402557.
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
|
|
|
|
|
|
| |
Added -f option to rm_module function, btw.
Package-Manager: portage-2.1.10.47/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.46/cvs/Linux x86_64
|
|
|
|
|
|
|
|
| |
Depend on virtual/modutils instead of sys-apps/module-init-tools. Dracut
should work with kmod tools which is alternative to module-init-tools, although
it hasn't been well tested yet.
Package-Manager: portage-2.1.10.46/cvs/Linux x86_64
|
|
|
|
|
|
|
|
|
|
|
| |
Remove network or dm related modules when USE flags 'net' or 'dm' are disabled.
Modules depending on networking or device-mapper have corresponding flags which
depend on 'net' or 'dm'.
'ssh-client' dracut_module was added and net-misc/curl dependency to 'net'
because of new url-lib module.
Package-Manager: portage-2.1.10.46/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.46/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
|
|
|
|
| |
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
|
|
|
|
|
|
| |
Fixed fsck usage error on /usr mount wrt bug #396575.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
|
|
|
|
|
|
|
| |
Restored 010-r3, because some people need it for ZFS support. Fixes
bug #398213.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
|