diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-28 15:53:51 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-28 17:42:01 +0200 |
commit | 945b3dc65cb2577a9962db40848eaeae3fc2a425 (patch) | |
tree | ca6bfb8511b7b0f74621f34b461c4bb5ff607ac2 /arch | |
parent | Use switch_root from util-linux (diff) | |
download | genkernel-945b3dc65cb2577a9962db40848eaeae3fc2a425.tar.gz genkernel-945b3dc65cb2577a9962db40848eaeae3fc2a425.tar.bz2 genkernel-945b3dc65cb2577a9962db40848eaeae3fc2a425.zip |
Remove --disklabel option
Now that we always build util-linux for switch_root, we no longer
need this option.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/config.sh b/arch/mips/config.sh index b258fb24..1a108621 100644 --- a/arch/mips/config.sh +++ b/arch/mips/config.sh @@ -11,7 +11,6 @@ KERNEL_BINARY="./vmlinux" NOINITRDMODULES="yes" BUSYBOX=1 DMRAID=0 -DISKLABEL=0 # genkernel on mips is only used for LiveCDs && netboots. Catalyst # will know where to get the kernels at. |