Alpine Release Testing Checklist: Difference between revisions
No edit summary |
(→CD Install: mention that openssl is needed to install and -d is needed to replace old apkovl) |
||
Line 7: | Line 7: | ||
#login as root at the prompt | #login as root at the prompt | ||
# {{Cmd|/sbin/setup-alpine}} | # {{Cmd|/sbin/setup-alpine}} | ||
# {{Cmd|lbu commit | # {{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 | ||
# | # 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 | ||
== USB Install == | == USB Install == |
Revision as of 19:58, 24 February 2010
Alpine Release Testing Checklist
Those tests should be run before an Alpine release.
CD Install
- Boot from CDrom
- login as root at the prompt
/sbin/setup-alpine
lbu commit usb
reboot
- A successful boot up will show the hostname and will require the password set during setup-alpine
- Install openssl for encryption
apk add openssl
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.
lbu commit -e -d usb
reboot
- Password for apkovl should be prompted for upon boot up
USB Install
- Boot from USB
- login as root at the prompt
/sbin/setup-alpine
lbu commit /dev/usbdisk
reboot
- 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
reboot
- Password should be prompted for upon boot up
HDD Install
- Boot from CDrom
- login as root at the prompt
/sbin/setup-alpine