Skip to content
Snippets Groups Projects
Commit 98b56ce2 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

debian-installer: WIP - disable any other arch than amd64

parent 6e9c78fe
No related branches found
No related tags found
1 merge request!953debian-installer: WIP - disable any other arch than amd64
Pipeline #786 passed
......@@ -24,6 +24,8 @@ REPOKEY=648ACFD622F3D138
NETINST=true
. ./config
#Manually disable 'any' other arch than amd64
sed -i '/Architecture:/s|any|amd64|' debian/control
# Set complete name as BUILD_DATE
sed -i "/DATE=/s/ | cut -d '.' -f 1//" debian/rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment