X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fcasper;h=f070aa28ff0f05bb956d811bf3ba5313eb846d90;hb=d6720db9b86cd1f0668123d069b5547dca4c713c;hp=c46224737c95f5c6d15ededb9ec698233aafa416;hpb=97458dd49a574c8d84f5c1e1051ca2c47dd902a3;p=live-boot-grml.git diff --git a/scripts/casper b/scripts/casper index c462247..f070aa2 100644 --- a/scripts/casper +++ b/scripts/casper @@ -95,7 +95,7 @@ parse_cmdline () PRESEEDS="${PRESEEDS}\"${question}=${value}\" " ;; console=*) - export DEFCONSOLE="${x#*=}" ;; + export DEFCONSOLE=$(sed -e 's%.*console=%console=%' /proc/cmdline) ;; esac done @@ -426,6 +426,7 @@ setup_unionfs() { rofsstring=${rofsstring%:} mkdir -p /cow + cowdevice="tmpfs" cow_fstype="tmpfs"