Re: mkinitramfs - Label not honored in /etc/fstat

2009-03-03 Thread maximilian attems
On Mon, 02 Mar 2009, Peter Pranter wrote: Dear ladies and gentlemen! Please insert the following 4 lines after line 229 into hook-funktions (mkinitramfs-tools) to honour a label in /etc/fstab: if [ -z ${root} ]; then eval $(mount | awk '$1 ~ /=/ {if ($3 == /)

mkinitramfs - Label not honored in /etc/fstat

2009-03-02 Thread Peter Pranter
Dear ladies and gentlemen! Please insert the following 4 lines after line 229 into hook-funktions (mkinitramfs-tools) to honour a label in /etc/fstab: if [ -z ${root} ]; then eval $(mount | awk '$1 ~ /=/ {if ($3 == /) {split($1,a,=); print root= a[2] \nFSTYPE= $5;