Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 316773 Details for
Bug 462371
Plymouth asks twice for passphrase of encrypted disk
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
init file - as requested
init (text/plain), 2.25 KB, created by
Sven Lankes
on 2008-09-15 19:16:18 UTC
(
hide
)
Description:
init file - as requested
Filename:
MIME Type:
Creator:
Sven Lankes
Created:
2008-09-15 19:16:18 UTC
Size:
2.25 KB
patch
obsolete
>#!/bin/nash > >mount -t proc /proc /proc >setquiet >echo Mounting proc filesystem >echo Mounting sysfs filesystem >mount -t sysfs /sys /sys >echo Creating /dev >mount -o mode=0755 -t tmpfs /dev /dev >mkdir /dev/pts >mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts >mkdir /dev/shm >mkdir /dev/mapper >echo Creating initial device nodes >mknod /dev/null c 1 3 >mknod /dev/zero c 1 5 >mknod /dev/systty c 4 0 >mknod /dev/tty c 5 0 >mknod /dev/console c 5 1 >mknod /dev/ptmx c 5 2 >mknod /dev/fb c 29 0 >mknod /dev/tty0 c 4 0 >mknod /dev/tty1 c 4 1 >mknod /dev/tty2 c 4 2 >mknod /dev/tty3 c 4 3 >mknod /dev/tty4 c 4 4 >mknod /dev/tty5 c 4 5 >mknod /dev/tty6 c 4 6 >mknod /dev/tty7 c 4 7 >mknod /dev/tty8 c 4 8 >mknod /dev/tty9 c 4 9 >mknod /dev/tty10 c 4 10 >mknod /dev/tty11 c 4 11 >mknod /dev/tty12 c 4 12 >mknod /dev/ttyS0 c 4 64 >mknod /dev/ttyS1 c 4 65 >mknod /dev/ttyS2 c 4 66 >mknod /dev/ttyS3 c 4 67 >daemonize --ignore-missing /bin/plymouthd >plymouth --show-splash >echo Setting up hotplug. >hotplug >echo Creating block device nodes. >mkblkdevs >echo "Loading ext3 module" >modprobe -q ext3 >echo "Loading dm-mod module" >modprobe -q dm-mod >echo "Loading dm-mirror module" >modprobe -q dm-mirror >echo "Loading dm-zero module" >modprobe -q dm-zero >echo "Loading dm-snapshot module" >modprobe -q dm-snapshot >echo "Loading dm-crypt module" >modprobe -q dm-crypt >echo "Loading aes module" >modprobe -q aes >echo "Loading cbc module" >modprobe -q cbc >echo "Loading sha256 module" >modprobe -q sha256 >echo "Loading ahci module" >modprobe -q ahci >echo Waiting for driver initialization. >stabilized --hash --interval 250 /proc/scsi/scsi >echo Making device-mapper control node >mkdmnod >mkblkdevs >echo Loading keymap. >loadkeys -u us.map >echo Setting up disk encryption: /dev/sda2 >plymouth ask-for-password --command "cryptsetup luksOpen /dev/sda2 cry" >echo Scanning logical volumes >lvm vgscan --ignorelockingfailure >echo Activating logical volumes >lvm vgchange -ay --ignorelockingfailure VolGroup_Dull >resume /dev/VolGroup_Dull/LogVol_swap >echo Creating root device. >mkrootdev -t ext3 -o defaults,noatime,ro /dev/VolGroup_Dull/LogVol_root >echo Mounting root filesystem. >mount /sysroot >echo Setting up other filesystems. >setuproot >loadpolicy >plymouth --newroot=/sysroot >echo Switching to new root and running init. >switchroot >echo Booting has failed. >sleep -1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 462371
:
316767
|
316768
| 316773 |
322110
|
322476
|
322479
|
322480