updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / finit-arc / finit-arc.install
blob0f95241f8bb757dabd7a6b31391ddb4ae8f5fc52
1 post_install() {
2  echo ""
3  echo "IMPORTANT! Installation steps:"
4  echo ""
5  echo "Edit your /boot/grub/menu.lst"
6  echo "add init=/sbin/finit-arc to your kernel line"
7  echo "Example: kernel /boot/vmlinuz26-eee root=/dev/sda2 ro init=/sbin/finit-arc quiet"
8  echo ""
9  echo "!!! WARNING !!!"
10  echo "Finit doesn't support UUIDs. Then you must replace UUIDs"
11  echo "with /dev/sdx devices in /boot/grub/menu.lst and /etc/fstab."
12  echo ""
13  echo "If you want autostart X edit /etc/finittab"
14  echo ""
17 post_upgrade() {
18   post_install
21 post_remove() {
22   echo ""
23   echo "You must remove init=/sbin/finit-arc from your finit kernel line in grub"
24   echo ""