|
@ -44,6 +44,10 @@ |
|
|
# - Important 1.3.1 bug report and several good questions now incorporated |
|
|
# - Important 1.3.1 bug report and several good questions now incorporated |
|
|
# in the FAQ. Noted an erroneous explanation for a FAQ question in 1.3.2. |
|
|
# in the FAQ. Noted an erroneous explanation for a FAQ question in 1.3.2. |
|
|
# |
|
|
# |
|
|
|
|
|
# Stian Skjelstad <stian@nixia.no> |
|
|
|
|
|
# - Observed that @INC wasn't working properly with rpm based dists with |
|
|
|
|
|
# 1.4.0. |
|
|
|
|
|
# |
|
|
# [ Supporters and Users ] |
|
|
# [ Supporters and Users ] |
|
|
# Ben Carrell <ben@xmission.com> |
|
|
# Ben Carrell <ben@xmission.com> |
|
|
# - Great compliments. |
|
|
# - Great compliments. |
|
@ -244,6 +248,7 @@ BEGIN { |
|
|
$ENV{'PATH'} = "$pwd/user-mode-linux/usr/lib\/uml:" . $ENV{'PATH'}; |
|
|
$ENV{'PATH'} = "$pwd/user-mode-linux/usr/lib\/uml:" . $ENV{'PATH'}; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
use BootRoot::Options; |
|
|
use BootRoot::Options; |
|
|
option(); |
|
|
option(); |
|
@ -275,9 +280,6 @@ BEGIN { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use strict; |
|
|
use strict; |
|
|
use BootRoot::BootRoot; |
|
|
use BootRoot::BootRoot; |
|
|
|
|
|
|
|
|