summaryrefslogtreecommitdiff
path: root/packages/altboot/files/altboot-menu/Advanced/80-copyrootfs
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-10-26 16:09:59 +0000
committerMatthias Hentges <oe@hentges.net>2006-10-26 16:09:59 +0000
commitd9816ba8e3ce8105e8c47b765ef9805497d4b59c (patch)
treedd3208065df9e70474f85c111fbb0c9130a3329f /packages/altboot/files/altboot-menu/Advanced/80-copyrootfs
parent85c7d84780764f9d6a063a07435734b854c2132d (diff)
altboot:
- Add altbootctl to set altboot options on a permanent or per-reboot basis - Only remember selections for the next boot that actually make sense - Cleanup of run_timer() - Disabled existing kexec modules due to a planned rework
Diffstat (limited to 'packages/altboot/files/altboot-menu/Advanced/80-copyrootfs')
-rw-r--r--packages/altboot/files/altboot-menu/Advanced/80-copyrootfs2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/altboot/files/altboot-menu/Advanced/80-copyrootfs b/packages/altboot/files/altboot-menu/Advanced/80-copyrootfs
index af6bd38c1d..2d305e349f 100644
--- a/packages/altboot/files/altboot-menu/Advanced/80-copyrootfs
+++ b/packages/altboot/files/altboot-menu/Advanced/80-copyrootfs
@@ -1,5 +1,6 @@
# !/bin/sh
M_TITLE="Copy rootfs to SD/CF"
+M_FLAGS="noRemember"
# Unfinished script.
exit 0
@@ -317,5 +318,6 @@ run_module() {
case "$1" in
title) echo "$M_TITLE";;
+flags) echo "$M_FLAGS";;
run) run_module;;
esac