From: Cameron Katri Date: Thu, 20 May 2021 20:23:48 +0000 (-0400) Subject: diskdev_cmds: Update to 667.100.2 X-Git-Tag: v1.1~9^2~2 X-Git-Url: https://git.cameronkatri.com/apple_cmds.git/commitdiff_plain/b0cb46e01441d9301304213176bca5172b816a82 diskdev_cmds: Update to 667.100.2 --- 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 */