File tree 5 files changed +15
-6
lines changed
5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ GNOME_INITIAL_SETUP_STAMP=21.04
11
11
# DEB822 format system repositories, comment out to disable
12
12
DEB822: =1
13
13
APPS_URI: =http://apt.pop-os.org/proprietary
14
+ APPS_KEY =/etc/apt/trusted.gpg.d/pop-keyring-2017-archive.gpg
14
15
15
16
# Repositories to be present in installed system
16
17
RELEASE_URI: =http://apt.pop-os.org/release
18
+ RELEASE_KEY =/etc/apt/trusted.gpg.d/pop-keyring-2017-archive.gpg
17
19
18
20
# Use proposed repositories instead, if requested
19
21
ifeq ($(PROPOSED ) ,1)
Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ GNOME_INITIAL_SETUP_STAMP=21.04
14
14
# DEB822 format system repositories, comment out to disable
15
15
DEB822: =1
16
16
APPS_URI: =http://apt.pop-os.org/proprietary
17
+ APPS_KEY =/etc/apt/trusted.gpg.d/pop-keyring-2017-archive.gpg
17
18
18
19
# Repositories to be present in installed system
19
20
RELEASE_URI: =http://apt.pop-os.org/release
21
+ RELEASE_KEY =/etc/apt/trusted.gpg.d/pop-keyring-2017-archive.gpg
20
22
21
23
# Use proposed repositories instead, if requested
22
24
ifeq ($(PROPOSED ) ,1)
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ $(BUILD)/chroot: $(BUILD)/debootstrap
70
70
URIS=\"${UBUNTU_MIRROR}\" \
71
71
SUITES=\"$(UBUNTU_CODE) $(UBUNTU_CODE)-security $(UBUNTU_CODE)-updates $(UBUNTU_CODE)-backports\" \
72
72
COMPONENTS=\"main restricted universe multiverse\" \
73
+ SIGNED_BY=\"${UBUNTU_KEY}\" \
73
74
/iso/repos.sh"; \
74
75
fi
75
76
@@ -82,6 +83,7 @@ $(BUILD)/chroot: $(BUILD)/debootstrap
82
83
URIS=\"${RELEASE_URI}\" \
83
84
SUITES=\"${UBUNTU_CODE}\" \
84
85
COMPONENTS=\"main\" \
86
+ SIGNED_BY=\"${RELEASE_KEY}\" \
85
87
/iso/repos.sh"; \
86
88
fi
87
89
@@ -108,6 +110,7 @@ $(BUILD)/chroot: $(BUILD)/debootstrap
108
110
URIS=\"${APPS_URI}\" \
109
111
SUITES=\"${UBUNTU_CODE}\" \
110
112
COMPONENTS=\"main\" \
113
+ SIGNED_BY=\"${APPS_KEY}\" \
111
114
/iso/repos.sh"; \
112
115
fi
113
116
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ UBUNTU_MIRROR:=http://ports.ubuntu.com/ubuntu-ports
16
16
else
17
17
$(error unknown DISTRO_ARCH $(DISTRO_ARCH))
18
18
endif
19
+ UBUNTU_KEY =/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg
19
20
20
21
UBUNTU_COMPONENTS: =\
21
22
main \
Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ export LC_ALL=C
12
12
13
13
# Set up sources file
14
14
echo " Creating ${FILENAME} sources file"
15
- echo " X-Repolib-Name: ${NAME} " > ${FILENAME}
16
- echo " Enabled: yes" >> ${FILENAME}
17
- echo " Types: ${TYPES} " >> ${FILENAME}
18
- echo " URIs: ${URIS} " >> ${FILENAME}
19
- echo " Suites: ${SUITES} " >> ${FILENAME}
20
- echo " Components: ${COMPONENTS} " >> ${FILENAME}
15
+ echo " X-Repolib-Name: ${NAME} " > " ${FILENAME} "
16
+ echo " Enabled: yes" >> " ${FILENAME} "
17
+ echo " Types: ${TYPES} " >> " ${FILENAME} "
18
+ echo " URIs: ${URIS} " >> " ${FILENAME} "
19
+ echo " Suites: ${SUITES} " >> " ${FILENAME} "
20
+ echo " Components: ${COMPONENTS} " >> " ${FILENAME} "
21
+ echo " Signed-By: ${SIGNED_BY} " >> " ${FILENAME} "
You can’t perform that action at this time.
0 commit comments