mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-17 12:41:30 +00:00
Enable automirror by default.
This commit is contained in:
parent
eebe3db608
commit
638e13824f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (16) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Enable automirror by default.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 09 Aug 2018 22:39:57 -0500
|
||||||
|
|
||||||
calamares-settings-ubuntu (15) cosmic; urgency=medium
|
calamares-settings-ubuntu (15) cosmic; urgency=medium
|
||||||
|
|
||||||
* Add a calamares-settings-ubuntu-common package with an automirror module.
|
* Add a calamares-settings-ubuntu-common package with an automirror module.
|
||||||
|
5
lubuntu/modules/automirror.conf
Normal file
5
lubuntu/modules/automirror.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
baseUrl: archive.ubuntu.com
|
||||||
|
backend: apt
|
||||||
|
distribution: Lubuntu
|
||||||
|
mirrorList: https://mirrorlist.lubuntu.me/list.json
|
@ -41,6 +41,7 @@ sequence:
|
|||||||
- contextualprocess@before_bootloader
|
- contextualprocess@before_bootloader
|
||||||
- bootloader
|
- bootloader
|
||||||
- contextualprocess@after_bootloader
|
- contextualprocess@after_bootloader
|
||||||
|
- automirror
|
||||||
- packages
|
- packages
|
||||||
- shellprocess@logs
|
- shellprocess@logs
|
||||||
- umount
|
- umount
|
||||||
|
Loading…
x
Reference in New Issue
Block a user