Plan 9 from Bell Labs’s /usr/web/sources/patch/sorry/install-added-venti/configfs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc

# desc: choose the type of file system to install

switch($1){
case checkdone
	if(! ~ $fstype fossil fossil+venti){
		configfs=ready
		export configfs
	}

case go
	echo 'You can install the following types of file systems:'
	echo
	echo '	fossil			the new Plan9 fileserver'
	echo '	fossil+venti	fossil + a archival dump server'
	echo
	echo '(fossil+venti only reserves and formats the partitions'
	echo ' venti will need, but it will be started on the first'
	echo ' boot.)'
	prompt -d fossil 'File system' fossil fossil+venti
	fstype=$rd
	export fstype
}



Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.