mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
xbps-casper: make it parse "toram" boot parameter.
Bump revision. --HG-- extra : convert_revision : 1c6031ea026f67bf7c1e93254e1dcf431c2cee26
This commit is contained in:
parent
6f399d2b1c
commit
008857bfcf
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,8 @@ fi
|
||||||
parse_cmdline() {
|
parse_cmdline() {
|
||||||
for x in $(cat /proc/cmdline); do
|
for x in $(cat /proc/cmdline); do
|
||||||
case $x in
|
case $x in
|
||||||
|
toram)
|
||||||
|
export TORAM='Yes' ;;
|
||||||
showmounts|show-cow)
|
showmounts|show-cow)
|
||||||
export SHOWMOUNTS='Yes' ;;
|
export SHOWMOUNTS='Yes' ;;
|
||||||
persistent)
|
persistent)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-casper'
|
# Template file for 'xbps-casper'
|
||||||
pkgname=xbps-casper
|
pkgname=xbps-casper
|
||||||
version=0.1
|
version=0.2
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Run a live preinstalled system from read-only media"
|
short_desc="Run a live preinstalled system from read-only media"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue