Skip to content

Commit

Permalink
Fixed fstab's passno field, so fsck will check the filesystem from ti…
Browse files Browse the repository at this point in the history
…me to time.

Fixes issue #39
  • Loading branch information
diederikdehaas committed Apr 11, 2014
1 parent 88e07f3 commit 7a21bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/etc/init.d/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ echo -n "Configuring installed system... "
echo -n root:$rootpw | chroot /rootfs /usr/sbin/chpasswd || fail

# default mounts
echo "$bootpartition /boot vfat defaults 0 0" > /rootfs/etc/fstab || fail
echo "$rootpartition / $rootfstype $rootfs_mount_options 0 0" >> /rootfs/etc/fstab || fail
echo "$bootpartition /boot vfat defaults 0 2" > /rootfs/etc/fstab || fail
echo "$rootpartition / $rootfstype $rootfs_mount_options 0 1" >> /rootfs/etc/fstab || fail

# use ram tmpfs by default
echo "RAMTMP=yes" >> /rootfs/etc/default/tmpfs
Expand Down

0 comments on commit 7a21bfe

Please sign in to comment.