xbps-casper: make it parse "toram" boot parameter.

Bump revision.

--HG--
extra : convert_revision : 1c6031ea026f67bf7c1e93254e1dcf431c2cee26
This commit is contained in:
Juan RP 2009-10-09 03:19:36 +02:00
parent 6f399d2b1c
commit 008857bfcf
2 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,8 @@ fi
parse_cmdline() {
for x in $(cat /proc/cmdline); do
case $x in
toram)
export TORAM='Yes' ;;
showmounts|show-cow)
export SHOWMOUNTS='Yes' ;;
persistent)

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-casper'
pkgname=xbps-casper
version=0.1
version=0.2
build_style=custom-install
short_desc="Run a live preinstalled system from read-only media"
maintainer="Juan RP <xtraeme@gmail.com>"