From: Michael Prokop Date: Tue, 15 Oct 2019 14:45:58 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/pr/140' X-Git-Tag: v0.90~3 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=51a0e665e865691e0e4131720336da10ff5fc083;hp=6374e62760c15df0a521d345ec12070737e86654 Merge remote-tracking branch 'origin/pr/140' --- diff --git a/chroot-script b/chroot-script index 58bdb0e..a5f92c4 100755 --- a/chroot-script +++ b/chroot-script @@ -470,8 +470,18 @@ timezone() { # helper function for fstab() {{{ createfstab(){ echo "Setting up /etc/fstab" + cat > /etc/fstab < /etc/fstab + echo "/dev/disk/by-uuid/${TARGET_UUID} / auto defaults,errors=remount-ro 0 1" >> /etc/fstab else echo "Warning: couldn't identify target UUID for rootfs, your /etc/fstab might be incomplete." fi