Page MenuHomeFreeBSD

Add a sanity check to the swap size in zfsboot of bsdinstall
ClosedPublic

Authored by allanjude on Apr 15 2015, 8:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 15 2024, 1:19 PM
Unknown Object (File)
Dec 29 2023, 2:37 PM
Unknown Object (File)
Dec 20 2023, 12:32 AM
Unknown Object (File)
Nov 2 2023, 6:20 PM
Unknown Object (File)
Sep 15 2023, 12:18 PM
Unknown Object (File)
Sep 8 2023, 12:10 AM
Unknown Object (File)
Aug 10 2023, 8:17 AM
Unknown Object (File)
Jun 25 2023, 1:38 PM
Subscribers

Details

Summary

Shawn Webb reported accidently ending up with 8kb instead of 8gb of swap
This is invalid, and obviously not what the user intended to do

Add a sanity check that does not allow less than 100mb of swap (while still allowing no swap)

MFC-After: 1 month (before 10.2)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

allanjude retitled this revision from to Add a sanity check to the swap size in zfsboot of bsdinstall.
allanjude updated this object.
allanjude edited the test plan for this revision. (Show Details)
roberto edited edge metadata.

Looks reasonable to me.

This revision is now accepted and ready to land.Apr 15 2015, 9:34 PM
brd added a reviewer: brd.