2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2026-06-09 13:35:45 +00:00

fix: remove unused parameters from grub cmdline

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2026-05-07 09:19:15 +02:00
parent 58739c9f1b
commit ece3ff4745
9 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.25 as builder
FROM golang:1.25 AS builder
WORKDIR /d2vm