[Git-commits] [grml/live-boot-grml] ff77ad: Update 9990-select-eth-device.sh
Michael Prokop
noreply at github.com
Fri Sep 8 11:22:22 CEST 2023
Branch: refs/heads/master
Home: https://github.com/grml/live-boot-grml
Commit: ff77ad620812543c74c839b4126659b4290beb6c
https://github.com/grml/live-boot-grml/commit/ff77ad620812543c74c839b4126659b4290beb6c
Author: ThomasToka <117008525+ThomasToka at users.noreply.github.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M components/9990-select-eth-device.sh
Log Message:
-----------
Update 9990-select-eth-device.sh
Update live-netdev to alternatively use a given mac address for the active network device.
it takes the mac, check which device name this mac has and uses the device name then to fire up the network connection
format is "live-netdev=xx:xx:xx:xx:xx:xx"
Commit: 0fe109773979cedd0aa0063096eaa94b6fc6d052
https://github.com/grml/live-boot-grml/commit/0fe109773979cedd0aa0063096eaa94b6fc6d052
Author: ThomasToka <117008525+ThomasToka at users.noreply.github.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M components/9990-select-eth-device.sh
Log Message:
-----------
Update 9990-select-eth-device.sh
new line deleted
Commit: 669a046ab0e9fc85bbad979c25ea167089c4accc
https://github.com/grml/live-boot-grml/commit/669a046ab0e9fc85bbad979c25ea167089c4accc
Author: Michael Prokop <mika at grml.org>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M components/9990-select-eth-device.sh
Log Message:
-----------
Merge remote-tracking branch 'origin/github/pr/16'
Commit: 876ec309bc17cb7f50cb4be6edfd7ae335edbf59
https://github.com/grml/live-boot-grml/commit/876ec309bc17cb7f50cb4be6edfd7ae335edbf59
Author: Michael Prokop <mika at grml.org>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M components/9990-select-eth-device.sh
Log Message:
-----------
live-netdev: unify coding style and drop noop $NETDEV assignment
Upstream uses tabs instead of whitespace and if\nthen etc coding style,
while I personally don't like this, let's keep coding style consistent,
to make synching and contributions towards upstream easier.
While at it, the NETDEV="$NETDEV" is a noop, as the variable is assigned
to itself, so drop it.
Compare: https://github.com/grml/live-boot-grml/compare/c838bea57ec2...876ec309bc17
More information about the Git-commits
mailing list