Alpine Release Testing Checklist: Difference between revisions

From Alpine Linux
No edit summary
(Use Cmd Template)
Line 6: Line 6:
#Boot from CDrom
#Boot from CDrom
#login as root at the prompt
#login as root at the prompt
# '''/sbin/setup-alpine'''
# {{Cmd|/sbin/setup-alpine}}
# '''lbu commit /dev/usbdisk'''
# {{Cmd|lbu commit /dev/usbdisk}}
# '''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 '''lbu commit -e /dev/usbdisk'''
# If successful run {{Cmd|lbu commit -e /dev/usbdisk}}
# '''reboot'''
# {{Cmd|reboot}}
# Password should be prompted for upon boot up
# Password should be prompted for upon boot up


Line 17: Line 17:
#Boot from USB
#Boot from USB
#login as root at the prompt
#login as root at the prompt
# '''/sbin/setup-alpine'''
# {{Cmd|/sbin/setup-alpine}}
# '''lbu commit /dev/usbdisk'''
# {{Cmd|lbu commit /dev/usbdisk}}
# '''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 '''lbu commit -e /dev/usbdisk'''
# If successful run {{Cmd|lbu commit -e /dev/usbdisk}}
# '''reboot'''
# {{Cmd|reboot}}
# Password should be prompted for upon boot up
# Password should be prompted for upon boot up


Line 28: Line 28:
#Boot from CDrom
#Boot from CDrom
#login as root at the prompt
#login as root at the prompt
#'''/sbin/setup-alpine'''
#{{/sbin/setup-alpine}}

Revision as of 19:51, 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 /dev/usbdisk

  5. reboot

  6. A successful boot up will show the hostname and will require the password set during setup-alpine
  7. If successful run

    lbu commit -e /dev/usbdisk

  8. reboot

  9. Password should be prompted for upon boot up

USB Install

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

  4. lbu commit /dev/usbdisk

  5. reboot

  6. A successful boot up will show the hostname and will require the password set during setup-alpine
  7. If successful run

    lbu commit -e /dev/usbdisk

  8. reboot

  9. Password should be prompted for upon boot up

HDD Install

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