# HG changeset patch # User Paul Boddie # Date 1421353150 -3600 # Node ID 6fba3b6e59086e41b4989fd412d10f02cd1379bd # Parent 36a3b8a630a48ab6ecc8d899ef1675b9770cd2dc Made the installation media optional in the mounted filesystems. diff -r 36a3b8a630a4 -r 6fba3b6e5908 UML/fstab --- a/UML/fstab Thu Jan 15 21:18:26 2015 +0100 +++ b/UML/fstab Thu Jan 15 21:19:10 2015 +0100 @@ -4,4 +4,4 @@ proc /proc proc defaults 0 0 /dev/ubda / ext3 defaults,errors=remount-ro 0 1 /dev/ubdb none swap sw 0 0 -/dev/ubdc /mnt/cdrom iso9660 defaults 0 0 +#/dev/ubdc /mnt/cdrom iso9660 defaults 0 0