mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T152: VyOS developer builds ship with an easy-to-guess user and password
This commit is contained in:
parent
5f83afa781
commit
146a2390cf
@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# hack live script that tries to mount ext[23] floppies as root
|
# hack live script that tries to mount ext[23] floppies as root
|
||||||
|
# remove user settings live config scripts
|
||||||
|
|
||||||
sed -e '/ln -s "${devname}"/,/return 0/ s/^/: FIXME/' \
|
sed -e '/ln -s "${devname}"/,/return 0/ s/^/: FIXME/' \
|
||||||
-i /usr/share/initramfs-tools/scripts/live
|
-i /usr/share/initramfs-tools/scripts/live
|
||||||
|
|
||||||
|
rm -rf /lib/live/config/0030-live-debconfig_passwd
|
||||||
|
rm -rf /lib/live/config/0030-user-setup
|
||||||
|
rm -rf /lib/live/config/0040-sudo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user