xbps-casper: make it parse "toram" boot parameter.
Bump revision. --HG-- extra : convert_revision : 1c6031ea026f67bf7c1e93254e1dcf431c2cee26
This commit is contained in:
parent
6f399d2b1c
commit
008857bfcf
|
@ -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)
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue