Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equalize Dev/master branch #1317

Closed
wants to merge 8 commits into from
Closed

Equalize Dev/master branch #1317

wants to merge 8 commits into from

Commits on Mar 11, 2017

  1. lz4 legacy format (Linux kernel compression)

    Otherwise the initrd file will not boot the kernel, instead returning a Kernel Panic and "initramfs unpacking failed: junk in compressed archive". lsinitcpio -a was helpful in spotting this issue: ==> ERROR: Newer lz4 stream format detected! This may not boot!
    ProBackup-nl committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    2c8c332 View commit details
    Browse the repository at this point in the history
  2. doc lz4 -1 changed to lz4 -l

    lz4 -l is necessary for Linux kernel boot compatibility, a separate branch and patch has already been pull request for that change in code. This also updates the documentation.
    ProBackup-nl committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    8f6d671 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. -l option explained

    ProBackup-nl committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    810cded View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1243 from rear/master

    Sync dev/master branches
    gdha committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    32efb52 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Add USB .hci_pci modules for broader hardware support

    mkrescue on a source computer with both USB 2.0 and 3.0 port might run with the xhci module only.
    When the (USB) boot device is used to start a USB 2.0 computer that requires the ehci module, both the ehci_hcd and ehci_pci modules, to boot with keyboard support. Tested with Arch Linux 4.9.11-1 on an Intel DE3815TYKHE (USB2+3 where lsmod only show the xhci module), then ReaR will not have keyboard support when booted on a machine with USB 2.0 only. After adding the 4 (u|e|x|o)hci_pci modules, the USB keyboard and mouse do function again with the USB 2.0 only mainboard.
    ProBackup-nl committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    f2e9172 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Merge pull request #1235 from ProBackup-nl/patch-1

    Create initrd.lz4 with lz4 -l compression
    '-l' = legacy format is preferred because
    otherwise it may fail to get uncompressed,
    see #1218
    jsmeix committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    ff8c37d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1236 from ProBackup-nl/patch-2

    Document initrd.lz4 with lz4 -l compression
    and comparison with other compression methods,
    see #1218
    jsmeix committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    973a423 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1244 from ProBackup-nl/patch-4

    Add USB (u|e|x|o)hci_pci modules for broader hardware support.
    If one of them is missing USB keyboard may not work on
    replacement hardware with different USB support, namely
    USB3 (where usually only xhci works) versus USB2.
    USB keyboard function on any replacement hardware
    is a must nowadays so that ReaR should by default
    include all needed USB modules in its recovery system.
    jsmeix committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    166bf57 View commit details
    Browse the repository at this point in the history