Re: [Astlinux-users] ISO installer image

2016-02-17 Thread Michael Keuter
Am 17.02.2016 um 10:58 schrieb Michael Keuter : > Am 17.02.2016 um 10:40 schrieb Mehdi Shirazi : > >> Hi >> For ISO installer image we should wait for AstLinux 1.2.5 ? or there is >> some beta >> >> Regards >> M.Shirazi > > Hi Mehdi, > > the 1.2.5 ISO is ready, but the website not yet.

Re: [Astlinux-users] ISO installer image

2016-02-17 Thread Michael Keuter
Am 17.02.2016 um 10:40 schrieb Mehdi Shirazi : > Hi > For ISO installer image we should wait for AstLinux 1.2.5 ? or there is some > beta > > Regards > M.Shirazi Hi Mehdi, the 1.2.5 ISO is ready, but the website not yet. http://mirror.astlinux.org/downloads/iso/astlinux-1.2.5-genx86_64

[Astlinux-users] ISO installer image

2016-02-17 Thread Mehdi Shirazi
Hi For ISO installer image we should wait for AstLinux 1.2.5 ? or there is some beta Regards M.Shirazi -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App

Re: [Astlinux-users] ISO

2010-08-12 Thread Darrick Hartman
There are two separate issues. On the Windows side, that stuff hasn't been updated since the 0.4 days. I'd almost like to see us use something like a Nullsoft scriptable installer system to create an install script that will work from a Windows machine. It would be really cool if we had one

Re: [Astlinux-users] ISO

2010-08-11 Thread Guy Neale
pbx ~ # mount rootfs on / type rootfs (rw) /dev/root on /oldroot type ext2 (rw) none on / type tmpfs (ro,size=131072k) none on /proc type proc (rw) none on /dev type tmpfs (rw,size=200k) none on /var type tmpfs (rw,size=5000k) none on /tmp type tmpfs (rw,size=1k) none on /sys type sysfs (rw) no

Re: [Astlinux-users] ISO

2010-08-11 Thread Philip Prindeville
Can you send us the output of just running "mount" at this point? On 8/11/10 3:08 AM, Guy Neale wrote: > I've created a VM and booted from an ISO image. /oldroot is mounted to > /dev/root but I found no /dev/root or /dev/cdrom device. The /oldroot > directory is empty > > This is the output

Re: [Astlinux-users] ISO

2010-08-11 Thread Guy Neale
looks like syslinux is not making it into the image for some reason, i couldn't find it when booting from a cd image (generic) or on my installed 0.7.2 system (via), i believe it should be installed in /usr/bin On 11/08/2010, at 11:12 PM, Guy Neale wrote: > I tell lies, /oldroot is OK, /oldroo

Re: [Astlinux-users] ISO

2010-08-11 Thread Guy Neale
I tell lies, /oldroot is OK, /oldroot/cdrom is empty. Looks like I can get the files to copy if I use dmesg to find where the cdrom is connected (/dev/hdc in my case) and then manually mount /oldroot/cdrom eg. mount -t iso9660 /dev/hdc /oldroot/cdrom Files copied to /dev/hda1 ok , but still n

Re: [Astlinux-users] ISO

2010-08-11 Thread Guy Neale
I've created a VM and booted from an ISO image. /oldroot is mounted to /dev/root but I found no /dev/root or /dev/cdrom device. The /oldroot directory is empty This is the output if I run astinstall from the console. not to sure where to go from here. Installing to /dev/hda...

Re: [Astlinux-users] ISO

2010-08-09 Thread Darrick Hartman
Philip Prindeville wrote: > On 8/9/10 3:15 PM, John Novack wrote: >> Any plans to fix the install script on the ISO? A couple of folks I was >> trying to interest in AstLinux report that install from the ISO is broken. >> >> Also, one wag installed AstLinux to an 80 Gig Hard drive, and after a >>

Re: [Astlinux-users] ISO

2010-08-09 Thread Philip Prindeville
On 8/9/10 3:15 PM, John Novack wrote: > Any plans to fix the install script on the ISO? A couple of folks I was > trying to interest in AstLinux report that install from the ISO is broken. > > Also, one wag installed AstLinux to an 80 Gig Hard drive, and after a > couple of attempts discovered th

[Astlinux-users] ISO

2010-08-09 Thread John Novack
Any plans to fix the install script on the ISO? A couple of folks I was trying to interest in AstLinux report that install from the ISO is broken. Also, one wag installed AstLinux to an 80 Gig Hard drive, and after a couple of attempts discovered that the timer built into the setup web page was

[Astlinux-users] Iso, loopback, ram, and link filesystems...

2008-03-02 Thread Philip Prindeville
I was just thinking about all the work that's done to uncompress the runnix formatted images, pivot the OS, etc. as well as the symlink-hell that we use... and was revisiting AMD (the automount daemon). It supports a lot of different filesystem types (including iso, loopback, and link/linkx).