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

Move root filesystem from rootfs to tmpfs #5133

Merged
merged 4 commits into from
Aug 26, 2019

Commits on Aug 24, 2019

  1. Only use DOCKER_RAMDISK on fstype rootfs

    The docker configuration is determined at runtime,
    so make it work with both old rootfs and new tmpfs.
    afbjorklund committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    edea8f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c5992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae8894c View commit details
    Browse the repository at this point in the history
  4. Add warning that using --no-pivot is not secure

    It is only intended for compatibility with the old
    rootfs ISO, and not needed with the new tmpfs ISO.
    afbjorklund committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    eec1a06 View commit details
    Browse the repository at this point in the history