diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-01 11:40:02 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-01 11:40:02 +0000 |
commit | 592c25f9e924ef8aeb7b41abd334e099954eb536 (patch) | |
tree | 60dc9b989eb665e73af07ba2e209d0eb4e28ff45 /tools | |
parent | ce842b3e55a032888714e681c9bc73d33ab68129 (diff) | |
download | drakx-592c25f9e924ef8aeb7b41abd334e099954eb536.tar drakx-592c25f9e924ef8aeb7b41abd334e099954eb536.tar.gz drakx-592c25f9e924ef8aeb7b41abd334e099954eb536.tar.bz2 drakx-592c25f9e924ef8aeb7b41abd334e099954eb536.tar.xz drakx-592c25f9e924ef8aeb7b41abd334e099954eb536.zip |
clean /etc/iftab and /etc/shorewall/interfaces
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/draklive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive index cb1f03848..7d4e459d0 100755 --- a/tools/draklive +++ b/tools/draklive @@ -484,7 +484,7 @@ sub post_install_system { #- remove some build-machine specific configuration substInFile { undef $_ if /^[^#]/ } get_system_root($live) . $_ - foreach qw(/etc/fstab /etc/mtab /etc/modprobe.conf /etc/modprobe.preload); + foreach qw(/etc/fstab /etc/mtab /etc/modprobe.conf /etc/modprobe.preload /etc/iftab /etc/shorewall/interfaces); #- run harddrake because a crappy snd-usb-audio workaround may do something at shutdown #- (do it after the modprobe files are cleaned) |