~xnox/casper:more-fixes

Last commit made on 2020-05-31
Get this branch:
git clone -b more-fixes https://git.launchpad.net/~xnox/casper
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
more-fixes
Repository:
lp:~xnox/casper

Recent commits

50e2c55... by Dimitri John Ledkov

casper-md5check: separate messages in text output mode

On the server, messages are printed inline with........progress, when
booted in quiet mode.

Add new lines around them to separate results from progress.

9be586e... by Dimitri John Ledkov

casper-md5check: drop error about connecting to plymouth

Plymouth is never running on the server images, despite inclusion in
the initrd.

688591a... by Dimitri John Ledkov

interactive_netmount: implement default gateway & dns

Default to .1 address for gateway, and default dns to gateway.

c2f365d... by Dimitri John Ledkov

interactive_netmount: fix logic setting DEVICE

DEVICE= needs to be set if there is VLAN or static-ip to bring up. And
the question is only asked if there is more than one interface.

However, the logic was buggy and did not set DEVICE= if there was just
the one interface and vlan/static-ip to bring up.

Invert things a little, to ensure that DEVICE= is set when vlan/proto
are requested, and set it to default value if there is just the one
interface or whichever the user picked.

a5365c3... by Dimitri John Ledkov

releasing package casper version 1.448

64e869d... by Dimitri John Ledkov

Merge branch 'papercuts' of git+ssh://git.launchpad.net/~xnox/casper

29b480d... by Dimitri John Ledkov

Set a sensible netmask

4048984... by Dimitri John Ledkov

Drop exposing /cow tree

/root/cow did not exist, and because /cow is tmpfs, one cannot
actually move it across.

cf1bf8a... by Dimitri John Ledkov

interactive_netmount: correct VLAN export

4ebfe7d... by Dimitri John Ledkov

interactive_netmount: export static IP= after vlan

Export static IP= configuration, only after DEVICE has been expanded
to have the VLAN device name.