Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop <mika@grml.org> |
| Tue Feb 13 16:22:32 2007 +0100 (21 months ago) | |
| changeset 63 | f2aede660665 |
| manifest | f2aede660665 |
| parent 62 | b3e214f736af |
| child 64 | fd4cb3680e76 |
--- a/grml2hd-chrooted Tue Feb 13 16:15:31 2007 +0100+++ b/grml2hd-chrooted Tue Feb 13 16:22:32 2007 +0100@@ -392,7 +392,7 @@ bootmanager_selection() {bootmanager_selection() {GETBOOTMANAGER=$(dialog --stdout --title "$PN" --default-item lilo \--radiolist "Which bootmanager do you want to install?" 10 65 0 \- lilo "install lilo on $PARTITION" on \+ lilo "install lilo on $PARTITION" on \grub "install grub on partition $PARTITION" off)[ $? -eq 0 ] || exit 20@@ -452,7 +452,7 @@ create_initrd() {echo "XXX";update-initramfs -c -t -k $(uname -r) 1>/tmp/initramfs.error 2>&1echo "100") | \- dialog --title "${PN}" --gauge "Building initrd/initramfs..." 7 50 0+ dialog --title "${PN}" --gauge "Building initrd/initramfs..." 9 50 0if [ "$?" -eq 0 ]; thensed -i "s#.*initrd=ADJUSTME# initrd=$INITRD#g" /etc/lilo.conf@@ -527,7 +527,6 @@ if checkvalue $CHROOT_INSTALL_BOOTMANAGEecho "XXX";echo "Running lilo..."echo "XXX";- # install_liloif [ -n "$USE_GRUB" ] ; theninstall_grubelse