Skip to content

Commit dd4ffaf

Browse files
committed
[update] : Add linux-firmware-marvell
See archlinux/archiso@8b1788e
1 parent 6e1e5c8 commit dd4ffaf

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

modules/share/airootfs.any/root/.automated_script.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
#!/usr/bin/env bash
2-
#
3-
# Yamada Hayao
4-
# Twitter: @Hayao0819
5-
6-
#
7-
# (c) 2019-2021 Fascode Network.
8-
#
92

103
script_cmdline ()
114
{
@@ -23,7 +16,7 @@ automated_script ()
2316
script="$(script_cmdline)"
2417
if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then
2518
if [[ "${script}" =~ ^((http|https|ftp)://) ]]; then
26-
curl "${script}" --retry-connrefused -s -o /tmp/startup_script >/dev/null
19+
curl "${script}" --location --retry-connrefused --retry 10 -s -o /tmp/startup_script >/dev/null
2720
rt=$?
2821
else
2922
cp "${script}" /tmp/startup_script
@@ -36,6 +29,6 @@ automated_script ()
3629
fi
3730
}
3831
39-
if [[ "$(tty)" = "/dev/tty1" ]]; then
32+
if [[ $(tty) == "/dev/tty1" ]]; then
4033
automated_script
4134
fi

modules/share/packages.i486/other.i486

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ xdg-user-dirs
2828
#-- linux --#
2929
linux-atm
3030
linux-firmware
31+
linux-firmware-marvell
3132

3233

3334
#-- man --#

modules/share/packages.i686/other.i686

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ xdg-user-dirs
2929
#-- linux --#
3030
linux-atm
3131
linux-firmware
32+
linux-firmware-marvell
3233

3334

3435
#-- man --#

modules/share/packages.pen4/other.pen4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ xdg-user-dirs
2929
#-- linux --#
3030
linux-atm
3131
linux-firmware
32+
linux-firmware-marvell
3233

3334

3435
#-- man --#

modules/share/packages.x86_64/other.x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ xdg-user-dirs
2929
#-- linux --#
3030
linux-atm
3131
linux-firmware
32+
linux-firmware-marvell
3233

3334

3435
#-- man --#

0 commit comments

Comments
 (0)