- May 30, 2020
-
-
Kevin Daudt authored
Fails with: > # github.com/pkg/term/termios > ../../../../../go/pkg/mod/github.com/pkg/term@v0.0.0-20190109203006-aa71e9d9e942/termios/termios_linux.go:78:61: > attr.Ispeed undefined (type *syscall.Termios has no field or method Ispeed) > ../../../../../go/pkg/mod/github.com/pkg/term@v0.0.0-20190109203006-aa71e9d9e942/termios/termios_linux.go:81:61: > attr.Ospeed undefined (type *syscall.Termios has no field or method Ospeed)
-
Justin Berthault authored
-
- May 29, 2020
-
-
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
This reverts commit f8cb85f7.
-
Ariadne Conill authored
-
Andy Postnikov authored
-
Kevin Daudt authored
-
Natanael Copa authored
due to test failures
-
Andy Postnikov authored
-
Natanael Copa authored
fix commit 9535467b, which should never been merged. Also update the missing checksum.
-
Leo authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
Quoted kernel options in /proc/cmdline look like this: modules=something "ssh_key=ssh-rsa foobar user@foo" quiet Without the eval this would be parsed as: opt='modules=something' opt='"ssh_key=ssh-rsa' opt='foobar' opt='user@foo"' opt='quiet' With the eval in this branch the options are parsed correctly. Since ssh keys need spaces and therefor must be quoted, passing ssh_key by kernel option cannot work as currently implemented. fixes #9504
-
Upstream bug: alpine-conf#10455.
-
Leo authored
-
Leo authored
-
Leo authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
-
-
Ariadne Conill authored
-
-