]> Zhao Yanbai Git Server - minix.git/commitdiff
Mount readonly
authorBen Gras <ben@minix3.org>
Fri, 17 Mar 2006 14:00:26 +0000 (14:00 +0000)
committerBen Gras <ben@minix3.org>
Fri, 17 Mar 2006 14:00:26 +0000 (14:00 +0000)
commands/scripts/packme.sh

index b633deb3ca070b69260fed70bf89bc45a7672a38..cf1ba7c057e04dd725f920ccb480eeb3bc805f78 100644 (file)
@@ -24,7 +24,7 @@ cd /
 if [ -n "$cddrive" ]
 then   pack=${cddrive}p2
        umount $pack >/dev/null 2>&1 || true
-       if mount $pack $MP
+       if mount -r $pack $MP
        then
                cd $CDPACK
                for package in `ls *.tar.bz`