diff options
-rw-r--r-- | ppc/early.cfg | 2 | ||||
-rw-r--r-- | ppc/early.cfg64 | 2 | ||||
-rw-r--r-- | x86/early.cfg | 2 | ||||
-rw-r--r-- | x86/early.cfg64 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ppc/early.cfg b/ppc/early.cfg index 0a908eb..4e078fc 100644 --- a/ppc/early.cfg +++ b/ppc/early.cfg @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0rc1 ppc" --no-floppy --set +search.fs_label "Adelie 1.0rc1 ppc" root set prefix=($root)/boot diff --git a/ppc/early.cfg64 b/ppc/early.cfg64 index 88ec57c..a65f671 100644 --- a/ppc/early.cfg64 +++ b/ppc/early.cfg64 @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0rc1 ppc64" --no-floppy --set +search.fs_label "Adelie 1.0rc1 ppc64" root set prefix=($root)/boot diff --git a/x86/early.cfg b/x86/early.cfg index bc8fd12..b6469de 100644 --- a/x86/early.cfg +++ b/x86/early.cfg @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0rc1 pmmx" --no-floppy --set +search.fs_label "Adelie 1.0rc1 pmmx" root set prefix=($root)/boot diff --git a/x86/early.cfg64 b/x86/early.cfg64 index 4d09107..8aec4ce 100644 --- a/x86/early.cfg64 +++ b/x86/early.cfg64 @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0rc1 x86_64" --no-floppy --set +search.fs_label "Adelie 1.0rc1 x86_64" root set prefix=($root)/boot |