mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-10-22 20:44:08 +00:00
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
chroot chroot truncate -s 0 /etc/resolv.conf
|