Removed trust commands from Build Linux
This commit is contained in:
parent
66cfe2b246
commit
6cf74c0361
1 changed files with 0 additions and 4 deletions
|
|
@ -253,10 +253,6 @@ function update_live_env() {
|
|||
echo "ln -sf '/usr/share/zoneinfo/$LINUX_TIME_ZONE' '/etc/localtime'" >> "$LIVE_DIR/airootfs/root/customize_airootfs.sh"
|
||||
echo 'sed -i "s/#FallbackNTP/NTP/" /etc/systemd/timesyncd.conf' >> "$LIVE_DIR/airootfs/root/customize_airootfs.sh"
|
||||
|
||||
# Trust root CA(s)
|
||||
echo "trust extract" >> "$LIVE_DIR/airootfs/root/customize_airootfs.sh"
|
||||
echo "trust extract-compat" >> "$LIVE_DIR/airootfs/root/customize_airootfs.sh"
|
||||
|
||||
# udevil fix
|
||||
echo "mkdir /media" >> "$LIVE_DIR/airootfs/root/customize_airootfs.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue