Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

some cosmetic changes
authorMichael Prokop <mika@grml.org>
Tue Feb 13 16:22:32 2007 +0100 (21 months ago)
changeset 63f2aede660665
manifestf2aede660665
parent 62b3e214f736af
child 64fd4cb3680e76
some cosmetic changes
grml2hd-chrooted
--- 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>&1
echo "100") | \
- dialog --title "${PN}" --gauge "Building initrd/initramfs..." 7 50 0
+ dialog --title "${PN}" --gauge "Building initrd/initramfs..." 9 50 0
if [ "$?" -eq 0 ]; then
sed -i "s#.*initrd=ADJUSTME# initrd=$INITRD#g" /etc/lilo.conf
@@ -527,7 +527,6 @@ if checkvalue $CHROOT_INSTALL_BOOTMANAGE
echo "XXX";
echo "Running lilo..."
echo "XXX";
- # install_lilo
if [ -n "$USE_GRUB" ] ; then
install_grub
else