summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-20 16:23:48 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-20 16:23:48 -0400
commitb0cb46e01441d9301304213176bca5172b816a82 (patch)
treed8118c737adc1a32cfe78ce6464a947750f2f965
parent985f8904c132bc258df18a82941d93d4470c6b5e (diff)
downloadapple_cmds-b0cb46e01441d9301304213176bca5172b816a82.tar.gz
apple_cmds-b0cb46e01441d9301304213176bca5172b816a82.tar.zst
apple_cmds-b0cb46e01441d9301304213176bca5172b816a82.zip
diskdev_cmds: Update to 667.100.2
-rw-r--r--diskdev_cmds/.apple_version2
-rw-r--r--diskdev_cmds/mount.tproj/mount.c7
2 files changed, 3 insertions, 6 deletions
diff --git a/diskdev_cmds/.apple_version b/diskdev_cmds/.apple_version
index fdc6407..fddf545 100644
--- a/diskdev_cmds/.apple_version
+++ b/diskdev_cmds/.apple_version
@@ -1 +1 @@
-667.40.1
+667.100.2
diff --git a/diskdev_cmds/mount.tproj/mount.c b/diskdev_cmds/mount.tproj/mount.c
index ace7cbe..b5905a6 100644
--- a/diskdev_cmds/mount.tproj/mount.c
+++ b/diskdev_cmds/mount.tproj/mount.c
@@ -243,10 +243,7 @@ setup_preboot_mounts(int pass)
const bind_mount_t preboot_mnts[] = {
{.bm_mnt_prefix = PREBOOT_VOL_MOUNTPOINT,
.bm_mnt_to = "/usr/standalone/firmware",
- .bm_mandatory = true},
- {.bm_mnt_prefix = PREBOOT_VOL_MOUNTPOINT,
- .bm_mnt_to = "/usr/local/standalone/firmware",
- .bm_mandatory = false}
+ .bm_mandatory = true}
};
const bind_mount_t hw_mnts[] = {
@@ -463,7 +460,7 @@ main(argc, argv)
continue;
if (hasopt(fs->fs_mntops, "noauto"))
continue;
- if (!strcmp(fs->fs_vfstype, "nfs")) {
+ if (!strcmp(fs->fs_vfstype, "nfs") || !strcmp(fs->fs_vfstype, "url")) {
if (hasopt(fs->fs_mntops, "net"))
continue;
/* check if already mounted */