Comment 11 for bug 25496

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote : Re: toRam and toDisk (copy ubuntu live CD to ram/hard disk during startup)

livesys at 2007-03-05 wrote:
> Is the toram fix included in the latest LiveCD release?

NO, Ubuntu's casper still hasn't merged all the modifications, related to "todisk" and "toram" from Debian's casper 1.81. It seems we should just add one function - "parse_cmdline ()" to scripts/casper file from Debian casper package. This function has such code:
[..]
    toram)
        export TORAM="Yes" ;;
    todisk=*)
        export TODISK=${x#todisk=} ;;
[..]

Marco Amadori at 2007-02-18 wrote:
> Fixed after latest merge from Debian.
> Look at bootparam "toram".

No, no, no, this bug still isn't fixed :(