X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=chroot-script;h=a5f92c402c847e97b6f182a7fd2af9a071c0d8b3;hb=3865f3eeb7510ee90c03f65b1b1ae85d731b4600;hp=58bdb0e1973e422bf8cb76ec3414d02bac768ae7;hpb=6374e62760c15df0a521d345ec12070737e86654;p=grml-debootstrap.git 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