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
1da2d027
Commit
1da2d027
authored
Dec 21, 2014
by
Gerardo Exequiel Pozzi
Browse files
[configs/releng] Always install needed pkgs from build.sh
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@gmail.com
>
parent
f5518de7
Changes
3
Hide whitespace changes
Inline
Side-by-side
configs/releng/build.sh
View file @
1da2d027
...
...
@@ -54,7 +54,7 @@ make_pacman_conf() {
# Base installation, plus needed packages (airootfs)
make_basefs
()
{
setarch
${
arch
}
mkarchiso
${
verbose
}
-w
"
${
work_dir
}
/
${
arch
}
"
-C
"
${
pacman_conf
}
"
-D
"
${
install_dir
}
"
init
setarch
${
arch
}
mkarchiso
${
verbose
}
-w
"
${
work_dir
}
/
${
arch
}
"
-C
"
${
pacman_conf
}
"
-D
"
${
install_dir
}
"
-p
"memtest86+ mkinitcpio-nfs-utils nbd"
install
setarch
${
arch
}
mkarchiso
${
verbose
}
-w
"
${
work_dir
}
/
${
arch
}
"
-C
"
${
pacman_conf
}
"
-D
"
${
install_dir
}
"
-p
"
haveged intel-ucode
memtest86+ mkinitcpio-nfs-utils nbd
zsh
"
install
}
# Additional packages (airootfs)
...
...
@@ -62,6 +62,11 @@ make_packages() {
setarch
${
arch
}
mkarchiso
${
verbose
}
-w
"
${
work_dir
}
/
${
arch
}
"
-C
"
${
pacman_conf
}
"
-D
"
${
install_dir
}
"
-p
"
$(
grep
-h
-v
^#
${
script_path
}
/packages.
{
both,
${
arch
}
}
)
"
install
}
# Needed packages for x86_64 EFI boot
make_packages_efi
()
{
setarch
${
arch
}
mkarchiso
${
verbose
}
-w
"
${
work_dir
}
/
${
arch
}
"
-C
"
${
pacman_conf
}
"
-D
"
${
install_dir
}
"
-p
"gummiboot prebootloader refind-efi"
install
}
# Copy mkinitcpio archiso hooks and build initramfs (airootfs)
make_setup_mkinitcpio
()
{
local
_hook
...
...
@@ -238,6 +243,11 @@ run_once make_pacman_conf
for
arch
in
i686 x86_64
;
do
run_once make_basefs
run_once make_packages
done
run_once make_packages_efi
for
arch
in
i686 x86_64
;
do
run_once make_setup_mkinitcpio
run_once make_customize_airootfs
done
...
...
configs/releng/packages.both
View file @
1da2d027
...
...
@@ -20,9 +20,7 @@ gpm
gptfdisk
grml-zsh-config
grub
haveged
hdparm
intel-ucode
ipw2100-fw
ipw2200-fw
irssi
...
...
@@ -59,4 +57,3 @@ wpa_actiond
wvdial
xl2tpd
zd1211-firmware
zsh
configs/releng/packages.x86_64
View file @
1da2d027
gummiboot
prebootloader
refind-efi
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