We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b9bf6 commit 557cb32Copy full SHA for 557cb32
fs/install
@@ -10,11 +10,9 @@ CADMIUMROOT="/CdFiles"
10
# try finding out bootloader
11
BOOTFW=unknown
12
if cat /proc/cmdline | grep -s cros_secure >/dev/null 2>&1; then
13
- $FS_INST_PKG $FS_PKGS_CD_BOOTFW_DEPTHCHARGE
14
BOOTFW=depthcharge
15
BOOTFW_PKGS="$FS_PKGS_CD_BOOTFW_DEPTHCHARGE"
16
elif [ -d "/sys/firmware/efi" ]; then
17
- $FS_INST_PKG $FS_PKGS_CD_BOOTFW_EFI
18
BOOTFW=efi
19
BOOTFW_PKGS="$FS_PKGS_CD_BOOTFW_EFI"
20
fi
@@ -100,6 +98,8 @@ nmtui connect
100
98
101
99
which ntpdate >/dev/null 2>&1 && ntpdate pool.ntp.org
102
+$FS_INST_PKG $BOOTFW_PKGS
+
103
# try finding emmc
104
case "$BASEBOARD" in
105
x1e80100-woa)
0 commit comments