On 4/19/07, John E. Rose <[EMAIL PROTECTED]> wrote:
> >!
> I found several problems with the GenFstab in the 014RC ISO.
> 1) bootableflag and id require more of the "fdisk -l" output than is saved in
> the varable partition. I created a new variable pt to take care of this
> 2) the test 'test ! -z
Here it is:
--- old/GenFstab2007-03-18 00:10:27.0 -0400
+++ new/GenFstab2007-04-19 12:06:57.0 -0400
@@ -89,8 +89,9 @@
[ "${partition}" = "" ] && continue
partitionnumber=$(echo "${partition}" | sed s/".*${drive}\(.*\)"/"\1"/)
- bootableflag=$(echo "${part
Can you send the output of diff -u? It output in unified context,
aka in patch format.
Thanks,
On 4/19/07, John E. Rose <[EMAIL PROTECTED]> wrote:
> >!
> I found several problems with the GenFstab in the 014RC ISO.
> 1) bootableflag and id require more of the "fdisk -l" output than is saved in
>
>!
I found several problems with the GenFstab in the 014RC ISO.
1) bootableflag and id require more of the "fdisk -l" output than is saved in
the varable partition. I created a new variable pt to take care of this
2) the test 'test ! -z "${extralist}" && if echo "${extralist}" |
grep -q "${drive}