Add hurd-amd64 boot case
This commit is contained in:
parent
5cf55d99e2
commit
62844c08d4
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
. $BASEDIR/tools/boot/$DI_CODENAME/boot-hurd-common
|
|
@ -370,6 +370,11 @@ libc0.3-xen
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_hurd_amd64
|
||||
gnumach-image-1-amd64
|
||||
grub-pc
|
||||
#endif
|
||||
|
||||
#if defined(ARCH_s390) || defined(ARCH_s390x)
|
||||
s390-tools
|
||||
sysconfig-hardware
|
||||
|
|
Loading…
Reference in New Issue