#!/usr/bin/perl

if ( $ENV{OS_INSTALL} != 1) {
	if ("$ARGV[0]" ne "/" ) {
		exit (( 1 << 5 ) | 16);
	}
}
exit (0);
