[pkg-fso-maint] [Fwd: patch to install.sh (Debian at FreeRunner)]

Joachim Breitner nomeata at debian.org
Mon Feb 2 10:28:41 UTC 2009


Hi List,

another patch for the installer.

I think Steffen’s changes are fine, anyone disagree? And does someone
want to comment on his remarts about kernel installation?

Maybe we should remove vfat-support altogether and just have people
install Qi or adjust their uboot environment?

Greetings,
Joachim


-------- Weitergeleitete Nachricht --------
Von: Steffen Moeller <steffen_moeller at gmx.de>
An: nomeata at debian.org, luca at pca.it
Betreff: patch to install.sh (Debian at FreeRunner)
Datum: Sun, 01 Feb 2009 22:20:15 +0100

Hello,

I just ran through install.sh and did the following changes. Apparently dosfstools got
updated in the meantime. The description of what the apt target is doing I found too
difficult (I understood you'd prepare some kind of proxy or so) - maybe you can come up
with something even better. The final bit seems to be syntactically problematic.

Couldn't you possibly treat the installation of the kernel somehow analogously to the
installation of the dosfsutils package? At the moment I don't have the slightest idea
about what to do with my vfat first partition.

Best,

Steffen

--- install.sh.orig     Thu Feb  3 20:10:10 2000
+++ install.sh  Thu Feb  3 22:07:32 2000
@@ -71,9 +71,8 @@
 UBOOT_ENV_SIZE=262144

 # mkfs.vfat is not installed by default in most of the Openmoko images
-DOSFSTOOLS_PACKAGE=$INST_MIRROR/pool/main/d/dosfstools/dosfstools_2.11-6_armel.deb
+DOSFSTOOLS_PACKAGE=$INST_MIRROR/pool/main/d/dosfstools/dosfstools_3.0.1-1_armel.deb

-
 #
 # FUNCTIONS
 #
@@ -182,7 +181,7 @@
   mount            Mounts microSD card partitions under $INST_DIR
   debian           Installs a basic Debian system, including an SSH
                    server
-  apt              Sets up APT repositories
+  apt              Specifies APT repositories in /etc/apt/sources.list
   fso              Installs packages required to use the Zhone GUI
   configuration    Configures various parts of the system, such as
                    the X server
@@ -800,7 +799,7 @@
 # Stage unmount
 #
 echo "Unmounting microSD card partitions"
-if ! [ "$SINGLE_PART" = "true" ]; then
+if [ "$SINGLE_PART" != "true" ]; then
        umount $INST_DIR/boot
 fi
 umount $INST_DIR

-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata at debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nomeata at joachim-breitner.de | http://people.debian.org/~nomeata
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/pkg-fso-maint/attachments/20090202/38062811/attachment.pgp 


More information about the pkg-fso-maint mailing list