-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some minor housekeeping, updated copyright
years, added some comments and moved clean-up commands to its respective script.
- Loading branch information
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
# Author: Alexsander de Souza <[email protected]> | ||
# | ||
# Copyright (C) 2021 Canonical | ||
# Copyright (C) 2023 Canonical | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Affero General Public License as | ||
|
@@ -25,6 +25,7 @@ export DEBIAN_FRONTEND=noninteractive | |
rm /var/cache/debconf/config.dat | ||
dpkg --configure -a | ||
|
||
# Ensure the existence of linux-image-generic for non-cloudimg images. | ||
apt-get -y install linux-image-generic | ||
|
||
grub-install \ | ||
|