Navigation
Starting with Astlinux 0.6.3 a new simple installation method is available that performs many steps from a web interface.
gunzip the image, then dd if=astlinux-XXX.img of=/dev/sdX where sdX is your compact flash card).Astlinux supports two methods of persistent storage. You must use unionfs for some settings (such as passwords and changes to the root system), but you can optionally use an additional 'keydisk' partition. The 'keydisk' contains key information about your system such as the Asterisk configuration files, system settings and voicemail messages. Using a single unionfs partition contains all persistent information and is recommended for new installations.
Using a computer on your network, open your favorite browser type the following.
https://pbx.local/admin/setup.php (pbx.local is the IP address of your PBX).
Please be sure that you really use https (http will NOT work).
The default user is admin with a password of astlinux
Now you will see the following screen:
Here you can choose how you want to configure your persistent storage. The drop-down box shows the proposed installation device. Read the instructions carefully and do as it says. Choose wisely!
Then click Continue, the screen below will be displayed.
The “System is Rebooting…” will disappear when the reboot is complete, then click Finish, after a short delay the system will reboot once again.
Note: Since reboot times can vary, your browser may fail to automatically reload, don't worry, wait a minute and manually reload your browser to continue.
Normally you will not see the screen below, your browser should be redirected to the Status page, but if you reload the browser to /admin/setup.php after a successful installation, you will see the screen below. If so, click Continue, to view the Status page.
You can confirm that the setup was successful by logging into your pbx.
https://pbx.local (pbx.local is the IP address of your PBX).
You will get the following screen. (Note: This is only part of the full screen.)
The /dev/sda1 partition is your original partition created by installing the Astlinux-XXX.img. /dev/sda2 is the combined keydisk + UnionFS partition. If you selected seperate partitions, the UnionFS partition would be /dev/sda2 while the key disk would be /dev/sda3.
The same procedure as above can also be done on the command line, e.g. when your NIC isn't working right from the start (/dev/sda is an example, it can be different on your box):
$ initial-setup status ok-format /dev/sda $ initial-setup format combined /dev/sda (or for a separate partition: format separate /dev/sda 128) $ reboot $ initial-setup configure /dev/sda $ reboot