- Package:
- open-infrastructure-system-boot
- Source:
- open-infrastructure-system-tools
- Submitter:
- Ricky Chan
- Date:
- 2026-09-18 11:47:30 UTC
- Severity:
- normal
Dear Maintainer,
1. BOOTIF option not used.
in file: 9990-networking.sh, line 57 there should be this change:
DEVICE=${device##*/}
change to
ETHDEVICE=${device##*/}
As you can see by the subsequent logic, it will basically ignore this
setting and on a multi-interface
system possibily use the wrong interface to do ipconfig.
2. For BOOTIF to be used, it must pass
if [ -z "${NETBOOT}" ] && [ -z "${FETCH}" ] && [ -z "${HTTPFS}"
] && [ -z "${FTPFS}" ]
This will mean typical FAI setup's will as typically root will be set to
root=/dev/nfs and in the script's this will always set
NETBOOT to nfs and hence BOOTIF won't be used.
BOOTIF should be considered even if NETBOOT is not empty.
By making these modification I can confirm typical FAI setup are working
where multiple network interface exists.
Please close this as this is a duplicate of 724603
merge 724603 724605 thanks
Hi, is this still the case, and if so, can you provide a patch? Regards, Daniel
Hi, is this still the case, and if so, can you provide a patch? Regards, Daniel
Dear submitter, as the package open-infrastructure-system-tools has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1137258 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)