diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-10-27 14:53:38 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:54:32 +0100 |
| commit | bde33c8208354ced0ecbbba7cd4878605c6ba342 (patch) | |
| tree | 0d934ef5ed1f8287bcd54a56a59bdd6fef848fcc | |
| parent | d7bce7ba25be248145f2f13352f5c1229dfbfbb2 (diff) | |
| download | live-boot-bde33c8208354ced0ecbbba7cd4878605c6ba342.tar.gz live-boot-bde33c8208354ced0ecbbba7cd4878605c6ba342.zip | |
Don't do anything in initscript when using toram (Closes: #601575).
| -rw-r--r-- | debian/live-boot.init | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/live-boot.init b/debian/live-boot.init index 63b07f0..2ea72cb 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -115,6 +115,12 @@ do_stop () return 0 fi + # check for toram + if grep -qs toram /proc/cmdline + then + return 0 + fi + # Don't prompt to eject the SD card on Babbage board, where we reuse it # as a quasi-boot-floppy. Technically this uses a bit of ubiquity # (archdetect), but since this is mostly only relevant for |
