summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-11 23:29:10 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-11 23:29:10 +0100
commitbd5697d003d03e6a9149bd1ac81fc21ba1328052 (patch)
treeb28dd99c70fc9e1113110a17408d9583243f64ea
parent4de8ec76a78587a3677020158f3d156cffbf4d2f (diff)
close to tracking down the grub bug..
-rw-r--r--TODO2
-rw-r--r--src/core/libs/lib-blockdevices-filesystems.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 662bb9f..7d18d3f 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@ See also the FIXME's and TODO's in the code.
PRE-ALPHA PHASE: get the framework reasonably working + interactive procedure ftp/cdrom working.
-* core/interactive bug: grub menu.lst bad entries not cleaned ( after '#-*' tag)
+* core/interactive bug: grub menu.lst bad entries not cleaned ( after '#-*' tag). check if get_grub_map is the key..
ALPHA PHASE: get some people to test and suggest ideas, while fixing bugs and refactoring
diff --git a/src/core/libs/lib-blockdevices-filesystems.sh b/src/core/libs/lib-blockdevices-filesystems.sh
index ef4a666..24bef6a 100644
--- a/src/core/libs/lib-blockdevices-filesystems.sh
+++ b/src/core/libs/lib-blockdevices-filesystems.sh
@@ -155,6 +155,7 @@ findpartitions() {
# taken from setup
get_grub_map() {
rm $TMP_DEV_MAP #TODO: this doesn't exist? is this a problem? ASKDEV
+ #TODO: what's the use of this? does it generate the menu.lst? man grub says it will put it in /boot/grub/menu.lst, I think our 'boot' is mounted on /mnt/boot ? check that out. is it grub who sets up the marker?
$var_TARGET_DIR/sbin/grub --no-floppy --device-map $TMP_DEV_MAP >/tmp/grub.log 2>&1 <<EOF
quit
EOF