diff options
| author | Olivier Blin <oblin@mandriva.org> | 2006-03-03 19:48:11 +0000 |
|---|---|---|
| committer | Olivier Blin <oblin@mandriva.org> | 2006-03-03 19:48:11 +0000 |
| commit | 3a450f9b8e2af3deadc0d4587c5b22cd8eabaa12 (patch) | |
| tree | d70427dd62220ddbee33c06e3822154b139ef802 | |
| parent | 86e6c0b4c5ee8692dcf57cd78978165c876e812f (diff) | |
| download | drakx-backup-do-not-use-3a450f9b8e2af3deadc0d4587c5b22cd8eabaa12.tar drakx-backup-do-not-use-3a450f9b8e2af3deadc0d4587c5b22cd8eabaa12.tar.gz drakx-backup-do-not-use-3a450f9b8e2af3deadc0d4587c5b22cd8eabaa12.tar.bz2 drakx-backup-do-not-use-3a450f9b8e2af3deadc0d4587c5b22cd8eabaa12.tar.xz drakx-backup-do-not-use-3a450f9b8e2af3deadc0d4587c5b22cd8eabaa12.zip | |
clean /etc/mdadm.conf as well
| -rwxr-xr-x | tools/draklive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive index b7e60b843..82e4dace7 100755 --- a/tools/draklive +++ b/tools/draklive @@ -490,7 +490,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 /etc/iftab /etc/shorewall/interfaces); + foreach qw(/etc/fstab /etc/mtab /etc/modprobe.conf /etc/modprobe.preload /etc/iftab /etc/shorewall/interfaces /etc/mdadm.conf); #- run harddrake because a crappy snd-usb-audio workaround may do something at shutdown #- (do it after the modprobe files are cleaned) |
