Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,19 @@ Supported Options Reference

NOTE that "never" is achieved by not setting any `Unattended-Upgrade::Mail`

* `Unattended-Upgrade::Remove-Unused-Kernel-Packages` - boolean (default:True)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra space.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 217

Remove excessive unused kernel-related packages before upgrading to avoid
filling /boot or the root file system.

* `Unattended-Upgrade::Remove-Unused-Dependencies` - boolean (default:False)

Remove all unused dependencies after the upgrade has finished.

* `Unattended-Upgrade::Remove-New-Unused-Dependencies` - boolean (default:True)

Remove any new unused dependencies after the upgrade has finished.
Even if the above is disabled, remove packages which became unused as a result
of the upgrade.

* `Unattended-Upgrade::Automatic-Reboot` - boolean (default:False)

Expand Down