[Eisfair] Problem beim Kernel-Update
Thomas Bork
tom at eisfair.org
So Okt 30 14:10:59 CET 2016
Am 30.10.2016 um 13:31 schrieb Uwe Kunze:
> while read zeile
> do
> beginn=$(echo $zeile | cut -c1)
> if [ "$beginn" != "#" -o "$beginn" == "" ]; then args="$args $zeile"; fi
> done < $conf
Mache mich an anderen Stellen lustigerweise bereits:
disk=`grep "disk${tabs_or_blanks}=" /etc/lilo.conf | grep -v '^#' | head
-1 | sed 's#.*=##g' | sed "s#${tabs_or_blanks}##g"`
boot=`grep "boot${tabs_or_blanks}=" /etc/lilo.conf | grep -v '^#' | head
-1 | sed 's#.*=##g' | sed "s#${tabs_or_blanks}##g"`
raid_extra_boot=`grep "raid-extra-boot${tabs_or_blanks}=" /etc/lilo.conf
| grep -v '^#' | head -1 | sed 's#.*=##g' | sed "s#${tabs_or_blanks}##g"`
vga=`grep "vga${tabs_or_blanks}=" /etc/lilo.conf | grep -v normal | grep
-v '^#' | head -1 | sed 's#.*=##g' | sed "s#${tabs_or_blanks}##g"`
menu_scheme=`grep "menu-scheme${tabs_or_blanks}=" /etc/lilo.conf | grep
-v '^#' | head -1 | sed 's#.*=##g' | sed "s#${tabs_or_blanks}##g"`
root=`grep "root${tabs_or_blanks}=" /etc/lilo.conf | grep -v '^#' | head
-1 | sed 's#.*=##g' | sed "s#${tabs_or_blanks}##g"`
--
der tom
[eisfair-team]
Mehr Informationen über die Mailingliste Eisfair