> I have uploaded alpine-1.7.28_beta2.
I noticed two problems:
1) My new package acf-dnsmasq is missing. It is pretty important to me that it be in this release.
2) I tested the updated localmount script and found that it did create the mount directory, but it failed to mount my drive. During boot, it tells me there's an invalid argument. Not sure if there's a problem with my fstab, but it worked fine with alpine 1.7.24. Here's the offending line:
/dev/vg0/ted /ted xfs auto 0 0
Thanks
Ted
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
On Thu, 2008-12-04 at 07:40 -0800, Ted Trask wrote:
> > I have uploaded alpine-1.7.28_beta2.
>
> I noticed two problems:
>
> 1) My new package acf-dnsmasq is missing. It is pretty important to
> me that it be in this release.
oh, yes. It was supposed to be there. sorry
> 2) I tested the updated localmount script and found that it did create
> the mount directory,
good
> but it failed to mount my drive. During boot, it tells me there's an
> invalid argument. Not sure if there's a problem with my fstab, but it
> worked fine with alpine 1.7.24. Here's the offending line:
>
> /dev/vg0/ted /ted xfs auto 0 0
are you sure that /etc/init.d/lvm starts before localmount?
can you mount it manually?
mount /ted
Thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---