/* initramfs korrigieren */

This commit is contained in:
Vater 2014-05-05 13:08:32 +00:00
parent 8ed1d85acc
commit fc5c73ae81
1 changed files with 12 additions and 10 deletions

View File

@ -57,27 +57,29 @@ Inhalt=
'''ISCSI_TARGET_GROUP="-1"''' '''ISCSI_TARGET_GROUP="-1"'''
}} }}
=== initramfs korrigieren === === initramfs ===
NICHT abschließen sondern zurück ins Menü und Shell (BusyBox) auswählen NICHT abschließen, sondern zurück ins Menü und Shell (BusyBox) auswählen
<source lang=bash> <source lang=bash>
mount -o sysfs sys /target/sys mount -o sysfs sys /target/sys
mount -o bind /dev /target/dev mount -o bind /dev /target/dev
mount -t proc none /target/proc mount -t proc none /target/proc
</source>
<source lang=bash>
chroot /target /bin/bash chroot /target /bin/bash
</source>
<source lang=bash>
vi /etc/iscsi/iscsi.initramfs vi /etc/iscsi/iscsi.initramfs
</source>
<pre>
ISCSI_TARGET_GROUP="c3d2" ISCSI_TARGET_GROUP="c3d2"
</pre>
<source lang=bash>
update-initramfs -u -k all update-initramfs -u -k all
update-initramfs -u -k all -v | grep iscsi update-initramfs -u -k all -v | grep iscsi
</source>
<source lang=bash>
reboot reboot
</source> </source>