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

(#2190228) Support defining mount units on the kernel command line #398

Closed

Commits on Jul 18, 2023

  1. nulstr-util: make ret_size in strv_make_nulstr() optional

    (cherry picked from commit 16cda99c737714d6d259e45808e39f94408d90bd)
    
    Related: #2190228
    yuwata authored and dtardon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0813100 View commit details
    Browse the repository at this point in the history
  2. fstab-generator: split out several functions from parse_fstab()

    No functional changes, just refactoring and preparation for later
    commits.
    
    (cherry picked from commit cfeb4d378ecd1ea50c0a0248c384e49983511fa8)
    
    Related: #2190228
    yuwata authored and dtardon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0bbebc5 View commit details
    Browse the repository at this point in the history
  3. fstab-generator: call add_swap() earlier

    As 'where' field will be ignored for swap entry.
    
    (cherry picked from commit 256604ccddd41a16de329ff792c5f49d6750e510)
    
    Related: #2190228
    yuwata authored and dtardon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a0d1a65 View commit details
    Browse the repository at this point in the history
  4. fstab-generator: refuse invalid mount point path in fstab earlier

    (cherry picked from commit 6742eca13497dd9dd548ba3e2ced2588d82720ac)
    
    Related: #2190228
    yuwata authored and dtardon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f80121b View commit details
    Browse the repository at this point in the history
  5. fstab-generator: fix error code propagation in run_generator()

    Previously, some errors might be ignored.
    
    (cherry picked from commit 2646f1844553b5d9c6109ad6b1b86da0b6b1f248)
    
    Related: #2190228
    yuwata authored and dtardon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    72272aa View commit details
    Browse the repository at this point in the history
  6. fstab-generator: support defining mount units through kernel command …

    …line
    
    Now, the following kernel command line options are supported:
      systemd.mount-extra=what:where:fstype:options
      systemd.swap-extra=what:options
    
    Closes #27260.
    
    (cherry picked from commit 55365b0a233ae3024411fd0815ad930e20f6a3d6)
    
    Resolves: #2190228
    yuwata authored and dtardon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0bf5d42 View commit details
    Browse the repository at this point in the history
  7. fstab-generator: use correct swap name var

    Follow-up to 9445623363.
    
    (cherry picked from commit 3aed25932891d447b5a7ceec6ab61813c06fb0ec)
    
    Related: #2190228
    mrc0mmand authored and dtardon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d36e2ce View commit details
    Browse the repository at this point in the history