[Git-commits] [grml/live-boot-grml] 805c21: VLAN support via boot option "vlan=<vid>:<phydevic...
Michael Prokop
mika at grml.org
Mon Mar 17 23:46:42 CET 2014
Branch: refs/heads/master
Home: https://github.com/grml/live-boot-grml
Commit: 805c2188a4e6faea1c355e52a757954d5d2e6192
https://github.com/grml/live-boot-grml/commit/805c2188a4e6faea1c355e52a757954d5d2e6192
Author: Michael Prokop <mika at grml.org>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M debian/patches/29_support_dns_in_initramfs.patch
A debian/patches/41_vlan_support.patch
M debian/patches/series
Log Message:
-----------
VLAN support via boot option "vlan=<vid>:<phydevice>"
This provides support for something like:
ip=10.10.10.42::10.10.10.1:255.255.255.0:grml:eth0:off vlan=301:eth0
to use VID 301 for device eth0.
The implementation tries to be close to what dracut provides with
its vlan boot option implementation, see
http://thread.gmane.org/gmane.linux.kernel.initramfs/2685
Though we aren't 100% identical because we only use <vid>
(e.g.: 3) instead of dract's <vlanname> (e.g.: VLAN_PLUS_VID
(vlan0003), VLAN_PLUS_VID_NO_PAD (vlan3), DEV_PLUS_VID (eth0.0003),
DEV_PLUS_VID_NO_PAD (eth0.3)) options but that might be an option
once we can bring vlan support into initramfs-tools itself.
The vlan-raw-device configuration option in
/etc/network/interfaces isn't really needed technically, but we
want to make the presence and usage of VLANs more obvious for
its users.
Development sponsored by Sipwise Gmbh
Commit: a29f957699def2ffc10226cf408ef191846f467b
https://github.com/grml/live-boot-grml/commit/a29f957699def2ffc10226cf408ef191846f467b
Author: Michael Prokop <mika at grml.org>
Date: 2014-03-17 (Mon, 17 Mar 2014)
Changed paths:
M debian/changelog
Log Message:
-----------
Release new version 4.0~alpha19-1+grml.2
Compare: https://github.com/grml/live-boot-grml/compare/17794fafb28f...a29f957699de
More information about the Git-commits
mailing list