diff options
author | Bill Nottingham <notting@redhat.com> | 2009-04-16 16:04:45 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-04-16 16:04:45 -0400 |
commit | f501819f31d619e982ac7eeeddb30aea226795bf (patch) | |
tree | aa35f6c333e3b717cced1ebe07c15920b9dfa6be | |
parent | 37e336a2b710ec5bc4fc1551a61ef566dd36caaf (diff) | |
download | initscripts-f501819f31d619e982ac7eeeddb30aea226795bf.tar initscripts-f501819f31d619e982ac7eeeddb30aea226795bf.tar.gz initscripts-f501819f31d619e982ac7eeeddb30aea226795bf.tar.bz2 initscripts-f501819f31d619e982ac7eeeddb30aea226795bf.tar.xz initscripts-f501819f31d619e982ac7eeeddb30aea226795bf.zip |
Remove persistent names on sys-unconfig. (#448322)
-rw-r--r-- | sys-unconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-unconfig b/sys-unconfig index e6b3416d..0c9e5531 100644 --- a/sys-unconfig +++ b/sys-unconfig @@ -8,4 +8,5 @@ if [ $# -ne 0 ]; then fi touch /.unconfigured +rm -f /etc/udev/rules.d/*-persistent-*.rules halt |