Reorder / and /boot/msdos mount to avoid the following error:
Mounting local file systems: mount: /boot/msdos: No such file or directory Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
efc6ab44f2
commit
869ef34722
@ -88,10 +88,10 @@ arm_install_base() {
|
||||
|
||||
echo '# Custom /etc/fstab for FreeBSD embedded images' \
|
||||
> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "/dev/msdosfs/MSDOSBOOT /boot/msdos msdosfs rw,noatime 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "/dev/ufs/rootfs / ufs rw 1 1" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "/dev/msdosfs/MSDOSBOOT /boot/msdos msdosfs rw,noatime 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "md /tmp mfs rw,noatime,-s30m 0 0" \
|
||||
>> ${CHROOTDIR}/${DESTDIR}/etc/fstab
|
||||
echo "md /var/log mfs rw,noatime,-s15m 0 0" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user