Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
e35e835e
Commit
e35e835e
authored
Jun 23, 2012
by
Pierre Schmitz
Committed by
Gerardo Exequiel Pozzi
Jun 24, 2012
Browse files
Use pci.ids from the root image instead of downloading it every time
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
604d9106
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/releng/build.sh
View file @
e35e835e
...
...
@@ -112,7 +112,7 @@ make_syslinux() {
cp
${
_src_syslinux
}
/
*
.0
${
_dst_syslinux
}
cp
${
_src_syslinux
}
/memdisk
${
_dst_syslinux
}
mkdir
-p
${
_dst_syslinux
}
/hdt
wget
-O
- http://pciids.sourceforge.net/v2.2
/pci.ids |
gzip
-9
>
${
_dst_syslinux
}
/hdt/pciids.gz
cat
${
work_dir
}
/root-image/usr/share/hwdata
/pci.ids |
gzip
-9
>
${
_dst_syslinux
}
/hdt/pciids.gz
cat
${
work_dir
}
/root-image/lib/modules/
*
-ARCH
/modules.alias |
gzip
-9
>
${
_dst_syslinux
}
/hdt/modalias.gz
:
>
${
work_dir
}
/build.
${
FUNCNAME
}
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment