diff options
| author | maximilian attems <maks@debian.org> | 2010-06-16 17:31:14 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2010-06-16 17:31:14 +0200 |
| commit | b9de5de1a54938a1ecbfc60602bb2d9a59c5dade (patch) | |
| tree | d6132217f42cb8481cbc8c837f3f66824ea81b81 /init | |
| parent | b1f74e697820d878a15e430e4ce1b74cd7fad2d3 (diff) | |
| parent | 528ba7842a4079526118ba6edda25ed926d550ea (diff) | |
| download | initramfs-tools-b9de5de1a54938a1ecbfc60602bb2d9a59c5dade.tar.gz initramfs-tools-b9de5de1a54938a1ecbfc60602bb2d9a59c5dade.zip | |
Merge branch 'master' of git+ssh://git.debian.org/srv/git.debian.org/git/kernel/initramfs-tools
Diffstat (limited to 'init')
| -rwxr-xr-x | init | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -43,6 +43,7 @@ export ROOTFSTYPE= export IP= export BOOT= export BOOTIF= +export UBIMTD= export break= export init=/sbin/init export quiet=n @@ -127,6 +128,9 @@ for x in $(cat /proc/cmdline); do boot=*) BOOT=${x#boot=} ;; + ubi.mtd=*) + UBIMTD=${x#ubi.mtd=} + ;; resume=*) RESUME="${x#resume=}" ;; @@ -258,6 +262,7 @@ unset ROOT unset IP unset BOOT unset BOOTIF +unset UBIMTD unset blacklist unset break unset noresume |
