mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-25 12:21:10 +00:00
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
chroot chroot truncate -s 0 /etc/resolv.conf
|