diff options
author | Matthias Hentges <oe@hentges.net> | 2006-01-19 13:05:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-19 13:05:05 +0000 |
commit | f86aa1e90fd0c0c42fd61c5cc92365f3f9d999f0 (patch) | |
tree | 3d7700b5f60adc651f6f8682cb32955dc3d39167 /packages/altboot/files/init.altboot | |
parent | 91439c2b155a0d50d98aeb19d9a60402672b979d (diff) |
altboot: Fixed a typo preventing any NFS boots
Diffstat (limited to 'packages/altboot/files/init.altboot')
-rw-r--r-- | packages/altboot/files/init.altboot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/altboot/files/init.altboot b/packages/altboot/files/init.altboot index 830be08603..b1d0704501 100644 --- a/packages/altboot/files/init.altboot +++ b/packages/altboot/files/init.altboot @@ -5,7 +5,6 @@ # New menu entries can be created be putting files into /etc/altboot-menu. # - test -e /etc/altboot.func && . /etc/altboot.func || die "ERROR: /etc/altboot.func not found. Check your installation!" CURRENT_ENV="`set`" |