diff options
author | jakub <jakub> | 2000-01-12 07:58:37 +0000 |
---|---|---|
committer | jakub <jakub> | 2000-01-12 07:58:37 +0000 |
commit | 4ff320bd8ec42729d424a60a323e3641089532e2 (patch) | |
tree | 1cb578e22c83772dc07128fe9219ad3e27181c27 /upd-instroot | |
parent | 4554f9534963d170ca2ca75e03943000b31bcdb9 (diff) | |
download | anaconda-4ff320bd8ec42729d424a60a323e3641089532e2.tar.gz anaconda-4ff320bd8ec42729d424a60a323e3641089532e2.tar.xz anaconda-4ff320bd8ec42729d424a60a323e3641089532e2.zip |
Provide hwclock in the trees, so that textw timezone works.
Diffstat (limited to 'upd-instroot')
-rwxr-xr-x | upd-instroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upd-instroot b/upd-instroot index 68ba8fc3a..28db60956 100755 --- a/upd-instroot +++ b/upd-instroot @@ -67,6 +67,7 @@ KEEPFILE=/tmp/keepfile.$$ cat > $KEEPFILE <<EOF sbin/ldconfig sbin/clock +sbin/hwclock sbin/mkfs.ext2 sbin/mke2fs sbin/mkswap |