Alpine Release Testing Checklist: Difference between revisions

From Alpine Linux
(→‎CD Install: mention that openssl is needed to install and -d is needed to replace old apkovl)
(added tests for disk install with raid)
Line 20: Line 20:
#Boot from USB
#Boot from USB
#login as root at the prompt
#login as root at the prompt
# {{Cmd|/sbin/setup-alpine}}
# {{Cmd|setup-alpine}}
# {{Cmd|lbu commit /dev/usbdisk}}
# {{Cmd|lbu commit usb}}
# {{Cmd|reboot}}
# {{Cmd|reboot}}
# A successful boot up will show the hostname and will require the password set during setup-alpine
# A successful boot up will show the hostname and will require the password set during setup-alpine
# If successful run {{Cmd|lbu commit -e /dev/usbdisk}}
# Install openssl for encryption {{Cmd|apk add openssl}}
# {{Cmd|lbu commit -e usb}}
# You should get an error saying an unencrypted apkpovl already exist. Use the -d option to replace it with the encrypted apkovl.
# {{Cmd|lbu commit -e -d usb}}
# {{Cmd|reboot}}
# {{Cmd|reboot}}
# Password should be prompted for upon boot up
# Password for apkovl should be prompted for upon boot up


== HDD Install ==
== HDD Install ==
=== Standard ===
#Boot from CDrom
#Boot from CDrom
#login as root at the prompt
#login as root at the prompt
#{{Cmd|/sbin/setup-alpine}}
# {{Cmd|setup-alpine}}
# {{Cmd|setup-disk}}
#reboot and remove the cdrom
#verify that you boot from harddisk (Should say extlinux during boot)
#verify it boots up properly and give you a login prompt
=== With raid ===
#Boot from CDrom
#login as root at the prompt
# {{Cmd|setup-alpine '''-r'''}}
# {{Cmd|setup-disk}}
#reboot and remove the cdrom
#verify that you boot from harddisk (Should say extlinux during boot)
#verify it boots up properly and give you a login prompt

Revision as of 20:09, 24 February 2010

Alpine Release Testing Checklist

Those tests should be run before an Alpine release.

CD Install

  1. Boot from CDrom
  2. login as root at the prompt
  3. /sbin/setup-alpine

  4. lbu commit usb

  5. reboot

  6. A successful boot up will show the hostname and will require the password set during setup-alpine
  7. Install openssl for encryption

    apk add openssl

  8. lbu commit -e usb

  9. You should get an error saying an unencrypted apkpovl already exist. Use the -d option to replace it with the encrypted apkovl.
  10. lbu commit -e -d usb

  11. reboot

  12. Password for apkovl should be prompted for upon boot up

USB Install

  1. Boot from USB
  2. login as root at the prompt
  3. setup-alpine

  4. lbu commit usb

  5. reboot

  6. A successful boot up will show the hostname and will require the password set during setup-alpine
  7. Install openssl for encryption

    apk add openssl

  8. lbu commit -e usb

  9. You should get an error saying an unencrypted apkpovl already exist. Use the -d option to replace it with the encrypted apkovl.
  10. lbu commit -e -d usb

  11. reboot

  12. Password for apkovl should be prompted for upon boot up

HDD Install

Standard

  1. Boot from CDrom
  2. login as root at the prompt
  3. setup-alpine

  4. setup-disk

  5. reboot and remove the cdrom
  6. verify that you boot from harddisk (Should say extlinux during boot)
  7. verify it boots up properly and give you a login prompt

With raid

  1. Boot from CDrom
  2. login as root at the prompt
  3. setup-alpine -r

  4. setup-disk

  5. reboot and remove the cdrom
  6. verify that you boot from harddisk (Should say extlinux during boot)
  7. verify it boots up properly and give you a login prompt