This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# SIV : System Information Viewer | |
# | |
# Author : Saikat Basak (saikat@saikatbasak.com) | |
# | |
# **** License **** | |
# | |
# The software is distributed under "THE BEER-WARE LICENSE" (Revision 42) | |
# The Beer-ware license was written by Poul-Henning Kamp. <phk@FreeBSD.ORG> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
MEMSIZE=$1 | |
mounted=false | |
RC=1 | |
PRETEND=0 | |
WORLD=0 | |
. /etc/portage/make.conf | |
. /etc/init.d/functions.sh |