Added step to install fstab file, otherwise booting fails in created image because the fstab is empty

pull/4/head
Charles Cross 2016-05-02 12:17:38 -07:00
parent e13e2ee2ed
commit a015170c39
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
install -d ${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d
install -m 644 files/noclear.conf ${ROOTFS_DIR}/etc/systemd/system/getty@tty1.service.d/noclear.conf
install -m 744 files/policy-rc.d ${ROOTFS_DIR}/usr/sbin/policy-rc.d
#install -v -m 644 files/fstab ${ROOTFS_DIR}/etc/fstab TODO: Necessary in systemd?
install -v -m 644 files/fstab ${ROOTFS_DIR}/etc/fstab
on_chroot sh -e - <<EOF
if ! id -u pi >/dev/null 2>&1; then