diff options
author | Renato Botelho <renato@netgate.com> | 2016-11-18 11:22:17 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-11-18 11:22:28 -0200 |
commit | 9ae93b5204a2cbc2454913c8077a7472e278bc2e (patch) | |
tree | 0a86ce3282c3cdd665bd9c3a4b94e8f1a6f85b1c /usr.sbin/bsdinstall | |
parent | c57d23b535f51ede2674106a0d8cb2bfefad0de1 (diff) | |
download | FreeBSD-src-9ae93b5204a2cbc2454913c8077a7472e278bc2e.zip FreeBSD-src-9ae93b5204a2cbc2454913c8077a7472e278bc2e.tar.gz |
Use labels on fstab on Manual partition
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-x | usr.sbin/bsdinstall/scripts/auto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 47fd04f..0d9e195 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -294,6 +294,7 @@ case "$PARTMODE" in else bsdinstall partedit || error "Partitioning error" fi + bsdinstall fix_fstab || error "Failed to set partition labels" bsdinstall mount || error "Failed to mount filesystem" ;; "Auto (ZFS)") # ZFS |