https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255659

--- Comment #3 from Mark Millard <marklmi26-f...@yahoo.com> ---
(In reply to tech-lists from comment #0)

I'll note that I tried to use:

# bsdinstall zfsboot

but it reported during the update of the media:

eval: cannot create /tmp/bsdinstall_etc/fstab: No such file or directory

and left the media partially updated:

=>       40  468862048    da1  GPT  (224G)
         40     532480  da1p1  efiboot0  (260M)
     532520  468329568         - free -  (223G)

For reference:

# ls -Tld /tmp/*
-rw-r--r--  1 root  wheel  4462 May  7 20:07:49 2021 /tmp/bsdinstall_log

The log shows:

DEBUG: /usr/libexec/bsdinstall/zfsboot: Last Chance!
DEBUG: zfs_create_boot: poolname=[zroot] vdev_type=[]
DEBUG: zfs_create_boot: Initializing temporary fstab(5) file...
DEBUG: zfs_create_boot: :> "/tmp/bsdinstall_etc/fstab"
DEBUG: zfs_create_boot: retval=2 <output below>
eval: cannot create /tmp/bsdinstall_etc/fstab: No such file or directory

In other words: it appearently did not try to create
/tmp/bsdinstall_etc/ before trying to use it to hold
a fstab file. (Sort of like trying to use MANIFEST
prior to having gotten such a file to use into the
place it uses it from.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to