[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] sbin/debian-edu-pxeinstall: Don't append 'ipappend 2' to the kernel boot...

Mike Gabriel (@sunweaver) gitlab at salsa.debian.org
Thu Feb 24 10:09:17 GMT 2022



Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config


Commits:
cbf3c537 by Mike Gabriel at 2022-02-24T11:09:00+01:00
sbin/debian-edu-pxeinstall: Don't append 'ipappend 2' to the kernel boot cmdline anymore as it confuses systemd when booting into the installed system. This resolves the graphical.target not coming up on Debian Edu workstations that got installed via the PXE/network based Debian Installer method. (Closes: #1006362).

- - - - -


2 changed files:

- debian/changelog
- sbin/debian-edu-pxeinstall


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,12 @@ debian-edu-config (2.12.18) UNRELEASED; urgency=medium
   * etc/cups/cups-browsed-debian-edu.conf:
     - Let TJENER's print queues appear on Debian Edu clients, use same
       print queue names on clients as on TJENER. (Closes: #1005841).
+  * sbin/debian-edu-pxeinstall:
+    - Don't append 'ipappend 2' to the kernel boot cmdline anymore as it
+      confuses systemd when booting into the installed system. This resolves
+      the graphical.target not coming up on Debian Edu workstations that got
+      installed via the PXE/network based Debian Installer method. (Closes:
+      #1006362).
 
  -- Mike Gabriel <sunweaver at debian.org>  Sun, 20 Feb 2022 19:35:36 +0100
 


=====================================
sbin/debian-edu-pxeinstall
=====================================
@@ -268,7 +268,7 @@ echo "Generating $menufile"
 
 # Based upon locale, keymap and desktop values used during main-server installation; auto URL added.
 :$arch
-set params auto url=http://www/debian-edu-install.dat hostname=$hostname domain=$domain $installconfig $gtkvideo --- quiet ipappend 2
+set params auto url=http://www/debian-edu-install.dat hostname=$hostname domain=$domain $installconfig $gtkvideo --- quiet
 kernel /debian-installer/$arch/linux initrd=initrd.gz \${params}
 initrd /debian-installer/$arch/initrd.gz
 boot || goto failed



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/cbf3c5374dc566aefc8135fe3b8b4d531d2443a2

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/cbf3c5374dc566aefc8135fe3b8b4d531d2443a2
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20220224/e449030c/attachment.htm>


More information about the debian-edu-commits mailing list